Skip to content

Commit

Permalink
Update renovate config file (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Oct 8, 2024
1 parent 38ade8a commit 4905765
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"extends": [
// Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5
"github>giantswarm/renovate-presets:default.json5",
// Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5
"github>giantswarm/renovate-presets:lang-go.json5",
"github>giantswarm/renovate-presets:disable-vendir.json5"
],
}
"packageRules": [
{
"description": "Automerge architect updates",
"matchFileNames": [
".circleci/config.yml"
],
"matchDepNames": [
"architect"
],
"groupName": "Architect",
"automerge": true
}
]
}

0 comments on commit 4905765

Please sign in to comment.