Skip to content

Commit

Permalink
ci: replace dependabot with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Sep 30, 2024
1 parent 84fa554 commit 9828729
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 71 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"helpers:pinGitHubActionDigests",
":semanticCommits",
],
labels: [
"automated",
"dependencies",
"chore",
],
vulnerabilityAlerts: {
enabled: true,
},
packageRules: [
{
groupName: "all dependencies",
groupSlug: "all",
matchPackageNames: ["*"],
separateMajorMinor: false,
extends: ["schedule:weekly"],
},
],
lockFileMaintenance: {
enabled: true,
extends: ["schedule:weekly"],
},
nix: {
enabled: true,
},
}
61 changes: 0 additions & 61 deletions .github/workflows/flake-lock-update.yml

This file was deleted.

0 comments on commit 9828729

Please sign in to comment.