Skip to content

Commit

Permalink
Merge pull request #39 from zeenix/add-renovate-settings
Browse files Browse the repository at this point in the history
🤖 Automate dep updates with Renovate
  • Loading branch information
zeenix authored Feb 18, 2024
2 parents 08df8e5 + aec9d73 commit 8a1afce
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 8a1afce

Please sign in to comment.