Skip to content

Commit

Permalink
JS-416 Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Nov 20, 2024
1 parent ac71cb1 commit 5c48b65
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>SonarSource/renovate-config:languages-team"
],
"schedule": [
"before 4am on Monday"
],
"enabledManagers": [
"github-actions",
"npm"
],
"gradle": {
"enabled": true
},
"bicep": {
"enabled": true
},
"dockerfile": {
"enabled": true
},
"ignorePaths": [
"private/its/**",
"**/test/**"
],
"packageRules": [
{
"managers": [
"github-actions"
],
"pinDigests": false,
"groupName": "all github actions",
"groupSlug": "all-github-actions"
},
{
"managers": [
"github-actions"
],
"matchUpdateTypes": ["pin", "rollback"],
"enabled": false
}
],
"reviewers": ["team:analysis-js-squad"]
}

0 comments on commit 5c48b65

Please sign in to comment.