Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Oct 7, 2024
1 parent 066b5e8 commit 783a9d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "minor", "patch"],
"ignoreTests": true,
"automerge": true
}
]
}

0 comments on commit 783a9d2

Please sign in to comment.