Skip to content

Commit

Permalink
Switch from dependabot to renovate (#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Mar 25, 2024
1 parent f7aab5a commit 9e21e59
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

43 changes: 43 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"suppressNotifications": ["prEditedNotification"],
"extends": ["config:recommended"],
"labels": ["internal"],
"schedule": ["before 4am on Monday"],
"separateMajorMinor": false,
"enabledManagers": [
"github-actions",
"pre-commit",
"cargo",
"pep621",
"npm",
],
"pep621": {
"fileMatch": [
"^(python|scripts)/.*pyproject\\.toml$",
],
},
"npm": {
"fileMatch": [
"^playground/.*package\\.json$",
],
},
"pre-commit": {
"enabled": true,
},
"packageRules": [
{
// Group upload/download artifact updates, the versions are dependent
"groupName": "Artifact GitHub Actions dependencies",
"matchManagers": ["github-actions"],
"matchPackagePatterns": ["actions/.*-artifact"],
"description": "Weekly update of artifact-related GitHub Actions dependencies",
},
{
"groupName": "pre-commit dependencies",
"matchManagers": ["pre-commit"],
"description": "Weekly update of pre-commit dependencies",
},
]
}

0 comments on commit 9e21e59

Please sign in to comment.