Skip to content

Commit

Permalink
🤖 Automate dep updates with Renovate
Browse files Browse the repository at this point in the history
This will only do something after I've installed the renovate app in
Github settings. I'll do this for the whole `dbus2` org.
  • Loading branch information
zeenix authored and Zeeshan Ali Khan committed Feb 18, 2024
1 parent 08df8e5 commit aec9d73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packageRules": [
{
"matchManagers": ["github-actions"],
"commitMessagePrefix": "⬆️ "
},
{
"matchManagers": ["cargo"],
"commitMessagePrefix": "⬆️ ",
"commitMessageTopic": "{{depName}}",
"lockFileMaintenance": { "enabled": true }
}
]
}

0 comments on commit aec9d73

Please sign in to comment.