Skip to content

Commit

Permalink
Activar renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Dec 8, 2023
1 parent 5b22728 commit b9764d4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackagePatterns": ["^actions/"],
"automerge": true
}
]
}

0 comments on commit b9764d4

Please sign in to comment.