Skip to content

Commit

Permalink
chore(renovate): use chore(deps) for everything, enable autoMerge for…
Browse files Browse the repository at this point in the history
… lockfiles, label with renovate
  • Loading branch information
nzbr committed May 6, 2024
1 parent 9a7a22e commit ecd654e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base"],
extends: ["config:base", ":semanticCommitTypeAll(chore)"],
lockFileMaintenance: {
enabled: true,
extends: ["schedule:weekly"],
autoMerge: true,
},
nix: {
enabled: true,
},
labels: ["release-exclude"],
labels: ["release-exclude", "renovate"],
}

0 comments on commit ecd654e

Please sign in to comment.