Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Mar 9, 2024
1 parent c9e6314 commit 003bc40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":preserveSemverRanges", "group:allNonMajor"],
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":preserveSemverRanges",
"group:allNonMajor"
],
"baseBranches": ["dev"],
"ignoreDeps": [
"@types/react",
Expand Down

0 comments on commit 003bc40

Please sign in to comment.