Skip to content

Commit

Permalink
Switch to Renovate for dependency updating
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 17, 2024
1 parent 7c3ba65 commit 1285a10
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/dependabot.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{

Check warning on line 1 in .github/renovate.json

View workflow job for this annotation

GitHub Actions / Lint

File ignored by default.
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly",
":disableDependencyDashboard"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"enabled": false
}
]
}

0 comments on commit 1285a10

Please sign in to comment.