Skip to content

Commit e8f3273

Browse files
claudedeviantintegral
authored andcommitted
fix: configure renovate to track fix-renovate-version branch
Add packageRule with followTag to ensure Renovate tracks the fix-renovate-version branch of our forked action instead of trying to switch back to the main branch.
1 parent 42dbd0b commit e8f3273

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17-
- uses: deviantintegral/github-action-renovate-config-validator@322e333e6885127adce1185bf8a377a3fd053c66 # fix-latest-version
17+
- uses: deviantintegral/github-action-renovate-config-validator@322e333e6885127adce1185bf8a377a3fd053c66 # fix-renovate-version
1818
with:
1919
strict: false

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
}
3535
],
3636
"packageRules": [
37+
{
38+
"matchManagers": ["github-actions"],
39+
"matchPackageNames": ["deviantintegral/github-action-renovate-config-validator"],
40+
"followTag": "fix-renovate-version"
41+
},
3742
{
3843
"matchPackagePatterns": ["*"],
3944
"minimumReleaseAge": "3 days",

0 commit comments

Comments
 (0)