Skip to content

Commit

Permalink
Update shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 17, 2023
1 parent e929716 commit fd60ed1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/alfa-renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": [
"Renovate config for Alfa and related project",
"* npm access (via siteimprove/renovate-config:npm)",
"* Automerge minor/patch dependencies that pass tests, weekly",
"* Open PR for Alfa dependencies asap",
"* Open PR for other dependencies weekly, grouped together"
],
"reviewers": ["team:alfa-owners"],
"dependencyDashboard": true,
"packageRules": [
{
"groupName": "Alfa",
"matchPackagePrefixes": ["@siteimprove/alfa"]
},
{
"groupName": "Other deps (major)",
"matchPackagePatterns": ["*"],
Expand All @@ -30,5 +24,5 @@
"schedule": ["on Sunday"]
}
],
"extends": ["config:base", "github>siteimprove/renovate-config:npm"]
"extends": ["config:base"]
}

0 comments on commit fd60ed1

Please sign in to comment.