Skip to content

Commit

Permalink
Migrate renovate config (#2997)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent c3bb090 commit 27f25a1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"schedule": [
"after 11pm every weekday",
"before 7am every weekday",
"every weekend"
],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePresets": [
":ignoreModulesAndTests"
],
"timezone": "Europe/Brussels",
"pinDigests": true,
"reviewers": [ "team:maintainers" ],
"reviewers": [
"team:maintainers"
],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^Earthfile$"
],
Expand All @@ -29,6 +36,7 @@
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}docker{{/if}}"
},
{
"customType": "regex",
"fileMatch": [
"^earthly\\.(sh|ps1)$"
],
Expand Down

0 comments on commit 27f25a1

Please sign in to comment.