Skip to content

Commit

Permalink
Move to renovate bot for dependency updates (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jan 11, 2024
1 parent 448aabb commit 9f772bc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Amsterdam",
"schedule": ["before 6am every weekday"],
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"labels": ["dependencies"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"commitMessagePrefix": "⬆️",
"packageRules": [
{
"matchManagers": ["github-actions"],
"addLabels": ["dependencies"],
"rangeStrategy": "pin",
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchManagers": ["npm"],
"addLabels": ["dependencies"]
},
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 9f772bc

Please sign in to comment.