Skip to content

Commit

Permalink
chore(renovate): utilize shared config (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Sep 8, 2023
1 parent 608062e commit 2a87f17
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits",
":automergeRequireAllStatusChecks",
":automergePatch",
":automergeMinor"
"github>Kong/public-shared-renovate:kong-frontend-config.json"
],
"dependencyDashboard": true,
"rangeStrategy": "bump",
"platformAutomerge": true,
"ignorePaths": [
"packages/core/cli/src/__template__/package.json"
],
"labels": [
"dependencies",
"renovate-bot"
],
"schedule": [
"every weekday"
],
"timezone": "America/New_York",
"automergeSchedule": [
"every weekday"
],
"minimumReleaseAge": "14 days",
"packageRules": [
{
"automerge": true,
"groupName": "all non-major dependencies with stable version",
"groupSlug": "all-minor-patch",
"matchCurrentVersion": "!/^0/",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"minimumReleaseAge": "10 days"
},
{
"automerge": true,
"groupName": "all kong scoped dependencies",
"groupSlug": "all-kong-scopes",
"matchPackagePatterns": [
"^@kong\/",
"^@kong-ui\/",
"^@kong-ui-public\/"
],
"minimumReleaseAge": "2 hours"
}
],
"npmrcMerge": true,
"constraints": {
"pnpm": "8.6.11"
}
Expand Down

0 comments on commit 2a87f17

Please sign in to comment.