Skip to content

Commit

Permalink
Migrate renovate config (#3184)
Browse files Browse the repository at this point in the history
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Jedr Blaszyk <[email protected]>
  • Loading branch information
2 people authored and elastic committed Feb 6, 2025
1 parent 1fd8eb3 commit 02ece57
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"^cgr.dev/"
],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/^cgr.dev//"
]
},
{
"matchPackageNames": [
"docker.elastic.co/wolfi/python"
],
"matchCurrentValue": "/3\\.11(-dev)?/",
"matchUpdateTypes": ["major", "minor"],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
}
]
Expand Down

0 comments on commit 02ece57

Please sign in to comment.