Skip to content

Commit

Permalink
Créer renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard authored Oct 25, 2023
1 parent 677c2be commit 09f3bc9
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 09f3bc9

Please sign in to comment.