Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions .github/dependabot.yml

This file was deleted.

48 changes: 48 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved the config file into the .github folder as supported: https://docs.renovatebot.com/configuration-options/

"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":widenPeerDependencies",
"group:githubArtifactActions"
],
"timezone": "America/Los_Angeles",
"schedule": ["after 12pm on thursday"],
"semanticCommitScope": "",
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["@spectrum-css/*"],
"labels": ["Spectrum CSS"]
},
{
"groupName": "storybook ecosystem",
"matchPackageNames": [
"storybook",
"@storybook/*",
"@types/storybook*"
]
},
{
"groupName": "commitlint ecosystem",
"matchPackageNames": ["commitlint", "@commitlint/*"]
},
{
"groupName": "eleventy ecosystem",
"matchPackageNames": ["@11ty/*", "eleventy", "eleventy-plugin-*"]
},
{
"groupName": "web and open wc ecosystem",
"matchPackageNames": ["@open-wc/*", "@web/*"]
},
{
"groupName": "postcss ecosystem",
"matchPackageNames": ["postcss", "postcss-**"]
},
{
"groupName": "stylelint ecosystem",
"matchPackageNames": ["stylelint", "stylelint-**"]
}
],
"rebaseWhen": "behind-base-branch",
"reviewers": ["team:swc-maintainers"]
}
14 changes: 0 additions & 14 deletions renovate.json

This file was deleted.

Loading