Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rami3l committed Nov 13, 2024
1 parent 66f3a56 commit 3349162
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies"
Expand All @@ -13,29 +13,37 @@
},
"prCreation": "immediate",
"rangeStrategy": "update-lockfile",
"stabilityDays": 3,
"minimumReleaseAge": "3 days",
"github-actions": {
"fileMatch": [
"^ci\\/.*/[^/]+\\.ya?ml$"
]
},
"packageRules": [
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"matchManagers": [
"cargo"
],
"matchUpdateTypes": [
"patch"
],
"enabled": false
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor"],
"matchManagers": [
"cargo"
],
"matchUpdateTypes": [
"minor"
],
"matchCurrentVersion": "!/^0/",
"enabled": false
},
{
"matchPackagePatterns": [
"opentelemetry"
],
"groupName": "opentelemetry"
"groupName": "opentelemetry",
"matchPackageNames": [
"/opentelemetry/"
]
}
]
}

0 comments on commit 3349162

Please sign in to comment.