Skip to content

Commit

Permalink
SONARGO-60 Configure Renovate (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Trifanov <[email protected]>
  • Loading branch information
renovate[bot] and petertrr authored Dec 17, 2024
1 parent 83fea0c commit 2ab0138
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>SonarSource/renovate-config:languages-team"
],
"schedule": [
"before 4am on Monday"
],
"enabledManagers": [
"gradle",
"gradle-wrapper",
"github-actions",
"gomod",
"git-submodules"
],
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"managers": [
"github-actions"
],
"pinDigests": false,
"groupName": "all github actions",
"groupSlug": "all-github-actions"
},
{
"managers": [
"github-actions"
],
"matchUpdateTypes": ["pin", "rollback"],
"enabled": false
},
{
"managers": [
"gradle"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"managers": [
"gomod"
],
"matchPackagePatterns": [
"*"
],
"excludePackageNames": [
"go"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major Go dependencies",
"groupSlug": "all-go-minor-patch"
},
{
"managers": [
"git-submodules"
],
"matchDepNames": [
"its/sources/traefik",
"its/sources/minio",
"its/sources/prometheus",
"its/sources/kubernetes-client-go"
],
"enabled": false
}
],
"reviewers": ["team:analysis-cloud-squad"]
}

0 comments on commit 2ab0138

Please sign in to comment.