Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 954c3cb commit 7d93031
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
"github>AmpelProject/renovate-config",
"github>AmpelProject/renovate-config//regexManagers/githubActionsVersions"
],
"baseBranches": ["master", "stable/v0.8"],
"baseBranches": [
"master",
"stable/v0.8"
],
"packageRules": [
{
"matchPackagePatterns": ["^ampel-.*"],
"allowedVersions": "<0.11"
"allowedVersions": "<0.11",
"matchPackageNames": [
"/^ampel-.*/"
]
}
]
}

0 comments on commit 7d93031

Please sign in to comment.