Skip to content

Commit

Permalink
Merge pull request #2636 from mainmatter/chore-use-common-mainmatter-…
Browse files Browse the repository at this point in the history
…config

chore(deps): use common Mainmatter config for addons
  • Loading branch information
BobrImperator authored Aug 19, 2023
2 parents 35249d1 + cdbaee0 commit 575cf9c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
{
"extends": [
"github>mainmatter/renovate-config:default.json5",
":pinOnlyDevDependencies"
],
"packageRules": [
{
"groupName": "Ember Testing",
"matchPackageNames": [
"@ember/test-helpers",
"ember-qunit",
"qunit",
"qunit-dom",
"ember-try",
],
},
{
"groupName": "Ember Fastboot",
"matchPackageNames": [
"ember-cli-fastboot",
"ember-cli-fastboot-testing",
],
}
]
"extends": ["github>mainmatter/renovate-config:ember-addon.json5"]
}

0 comments on commit 575cf9c

Please sign in to comment.