Skip to content

Commit

Permalink
ci: switch to Statnett default Renovate config and enable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Oct 10, 2023
1 parent 1673cc2 commit 4b86115
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"extends": ["github>statnett/renovate-config"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
},
],
}

0 comments on commit 4b86115

Please sign in to comment.