Skip to content

Commit

Permalink
ci: setup renovatebot
Browse files Browse the repository at this point in the history
Only `github-actions` is configured for this PR for testing purposes

relates #5387
  • Loading branch information
Boshen committed Jan 23, 2024
1 parent 5cb3d9b commit 113279d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": [
"**/tests/**",
"**/fixtures/**",
"webpack-examples/**",
"webpack-test/**"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"schedule": ["on wednesday"],
"assignees": ["@Boshen"]
}
]
}

0 comments on commit 113279d

Please sign in to comment.