Skip to content

Commit

Permalink
Renovate: Remove duplicate packageRules key
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <phisch@cisco.com>
  • Loading branch information
PhilipSchmid committed Jun 3, 2024
1 parent de1ddf1 commit 158e053
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
{
"matchDepNames": ["siderolabs/talos"],
"matchUpdateTypes": ["patch"],
"groupName": "Talos"
"groupName": "Talos",
"matchUpdateTypes": ["patch"]
},
{
"description": "Do not allow any updates for major.minor, they will be done by maintainers",
Expand All @@ -47,6 +47,13 @@
],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"description": "Automerge github-actions updates.",
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchManagers": ["github-actions"],
"automerge": true,
"automergeType": "pr"
}
],
"customManagers": [
Expand All @@ -61,13 +68,5 @@
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?))?\\s*depName=(?<depName>.*?)\\s+.+-\\s*['|\"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)['|\"]?"
]
}
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchManagers": ["github-actions"],
"automerge": true,
"automergeType": "pr"
}
]
}

0 comments on commit 158e053

Please sign in to comment.