Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Nov 26, 2024
1 parent 1024c59 commit 0916f0f
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,24 @@
"github>SonarSource/renovate-config:languages-team"
],
"schedule": [
"before 4am on Monday"
"before 6am every weekday"
],
"enabledManagers": [
"github-actions",
"maven",
"npm"
],
"gradle": {
"enabled": true
},
"bicep": {
"enabled": true
},
"dockerfile": {
"enabled": true
},
"ignorePaths": [
"its/sources/**",
"its/plugin/projects/**",
"**/test/**",
"**/fixtures/**"
"**/fixtures/**",
"packages/jsts/src/rules/**",
"its/eslint8-plugin-sonarjs/**",
"its/eslint9-plugin-sonarjs/**"
],
"packageRules": [
{
Expand All @@ -43,20 +40,13 @@
"enabled": false
},
{
"managers": [
"maven",
"npm"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
],
"reviewers": ["team:analysis-js-squad"]
]
}

0 comments on commit 0916f0f

Please sign in to comment.