Skip to content

Commit

Permalink
chore(renovate): enable node minor version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Oct 11, 2023
1 parent 636ad6a commit acea427
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>containerbase/.github"]
"extends": ["local>containerbase/.github"],
"packageRules": [
{
"description": "Allow minor updates on renovate rebuild trigger files",
"matchFiles": ["renovate.Dockerfile"],
"matchUpdateTypes": ["minor"],
"enabled": true
}
]
}

0 comments on commit acea427

Please sign in to comment.