Skip to content

Commit

Permalink
add automerge and use DTSY base config
Browse files Browse the repository at this point in the history
  • Loading branch information
shadycuz committed Aug 20, 2022
1 parent 6b53f70 commit 4767605
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"github>DontShaveTheYak/renovate-config"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}
}

0 comments on commit 4767605

Please sign in to comment.