Skip to content

Commit

Permalink
Merge pull request #2054 from rnc/RENOVATE
Browse files Browse the repository at this point in the history
Extend mintmaker configuration
  • Loading branch information
rnc authored Aug 16, 2024
2 parents 662150c + ae33b30 commit 18b09dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": [ "github>konflux-ci/mintmaker//config/renovate/renovate.json" ],
"pinDigests": true,
"postUpdateOptions": ["gomodTidy"],
"addLabels": ["ok-to-test"],
Expand All @@ -25,5 +25,7 @@
],
"schedule": ["before 4am on the first day of the month"]
}
],
"enabledManagers": [
]
}

0 comments on commit 18b09dd

Please sign in to comment.