Skip to content

Commit

Permalink
(build) Switch to renovate
Browse files Browse the repository at this point in the history
This replaces Dependabot, as this seems to be what the team has settled
on in terms of dependency management.
  • Loading branch information
gep13 committed Aug 7, 2024
1 parent 44bd929 commit f64442e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 31 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>cake-contrib/renovate-presets:cake-recipe",
"github>cake-contrib/renovate-presets:github-actions" ],
"packageRules": [
{
"description": "Updates to Cake.Core references are breaking.",
"matchPackageNames": ["Cake.Core"],
"matchUpdateTypes": ["major"],
"labels": ["Breaking Change"]
}
]
}
13 changes: 0 additions & 13 deletions .github/workflows/dependabot-cake.yml

This file was deleted.

0 comments on commit f64442e

Please sign in to comment.