Skip to content

Commit

Permalink
Merge pull request #17 from mainmatter/chore-add-ember-addon-config
Browse files Browse the repository at this point in the history
chore(deps): move renovate config from ESA
  • Loading branch information
BobrImperator authored Aug 19, 2023
2 parents fa1d5ba + 468f31a commit 4411818
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ember-addon.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"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",
],
}
]
}

0 comments on commit 4411818

Please sign in to comment.