Skip to content

Commit

Permalink
[skip ci] Configure Renovate - trigger rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr committed Dec 17, 2024
1 parent 7a19192 commit b0ecd03
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 6 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"]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit b0ecd03

Please sign in to comment.