Skip to content

Commit

Permalink
removed dependabot config
Browse files Browse the repository at this point in the history
and set renovate to cake-like defaults
  • Loading branch information
nils-a committed Jul 20, 2024
1 parent d1224f2 commit 74a30e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
12 changes: 0 additions & 12 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"]
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 74a30e5

Please sign in to comment.