Skip to content

Commit

Permalink
ci: cleanup obsolete Renovate config (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 10, 2023
1 parent 2cf3d37 commit eb240ec
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>statnett/renovate-config",
":semanticCommitTypeAll(ci)",
],
"labels": ["dependencies"],
"ignorePaths": [],
"extends": ["github>statnett/renovate-config"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
},
],
"postUpdateOptions": [
"gomodMassage",
"gomodTidy",
"gomodUpdateImportPaths",
],
}

0 comments on commit eb240ec

Please sign in to comment.