Skip to content

Commit

Permalink
auto renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed May 19, 2023
1 parent 59faf3b commit 01d889f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"default:automergeDigest"
],
"packageRules": [
{
"matchDatasources": ["go", "github-releases", "github-tags"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 01d889f

Please sign in to comment.