Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 23, 2025
1 parent 17e8448 commit ae657b3
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
@@ -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
}
]

0 comments on commit ae657b3

Please sign in to comment.