Skip to content

Commit

Permalink
chore(config): migrate renovate config (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 17e8448 commit f3c2e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"packageRules": [
{
"description": "Allow minor updates on renovate rebuild trigger files",
"matchFiles": ["renovate.Dockerfile"],
"matchFileNames": ["renovate.Dockerfile"],
"matchUpdateTypes": ["minor"],
"enabled": true
},
{
"description": "Allow unstable node updates on renovate rebuild trigger files",
"matchFiles": ["renovate.Dockerfile"],
"matchFileNames": ["renovate.Dockerfile"],
"ignoreUnstable": false
}
]
Expand Down

0 comments on commit f3c2e20

Please sign in to comment.