Skip to content

Commit

Permalink
🔧 update renovate configuration
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Sep 29, 2024
1 parent c3d9964 commit 42eda73
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
enabled: true
},
lockFileMaintenance: {
"enabled": true
"enabled": true,
// "automerge": true, disabled due to endless update loops caused by setuptools_scm
},
configMigration: true,
commitBodyTable: true,
labels: ["dependencies"],
schedule: ["every weekend"],
packageRules: [
{
matchManagers: ["github-actions"],
Expand All @@ -26,7 +27,12 @@
{
matchManagers: ["pre-commit"],
addLabels: ["pre-commit", "continuous integration"],
commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D"
commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D",
},
{
"description": "Automerge patch updates",
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 42eda73

Please sign in to comment.