Skip to content

Commit

Permalink
Update renovate config file (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Oct 8, 2024
1 parent 05153b1 commit d445a11
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,9 +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"
],
"schedule": [ "after 9am on thursday" ]
}
"packageRules": [
{
"description": "Automerge architect updates",
"matchFileNames": [
".circleci/config.yml"
],
"matchDepNames": [
"architect"
],
"groupName": "Architect",
"automerge": true
}
]
}

0 comments on commit d445a11

Please sign in to comment.