Skip to content

Commit

Permalink
konflux renovate migration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Jan 13, 2025
1 parent 74d65b3 commit e6505e6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"timezone": "America/Toronto",
"schedule": ["on the 2nd and 4th day instance on thursday after 9pm"],
"enabledManagers": ["regex", "github-actions"],
"regexManagers": [
"schedule": ["after 9pm on tuesday and thursday"],
"enabledManagers": ["custom.regex", "github-actions", "tekton"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"devfile.*y[a]?ml$"
],
Expand All @@ -21,12 +22,12 @@
}
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github actions",
"groupSlug": "github-actions",
"commitMessageTopic": "{{depName}}"
}
{
"matchManagers": ["github-actions"],
"groupName": "github actions",
"groupSlug": "github-actions",
"commitMessageTopic": "{{depName}}"
}
],
"ignorePaths": [
"**/docker/**",
Expand Down

0 comments on commit e6505e6

Please sign in to comment.