Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Jun 3, 2023
1 parent 89f3302 commit 22c9898
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches" : [
"master"
],
"enabledManagers": ["dockerfile", "npm"],
"extends" : [
"config:base"
],
"packageRules" : [
{
"matchCurrentVersion" : "!/^0/",
"matchUpdateTypes" : [
"minor",
"patch"
]
}
]
}

0 comments on commit 22c9898

Please sign in to comment.