Skip to content

Commit

Permalink
chore(renovate): Enable shared preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 9, 2024
1 parent 7aa3eec commit 38756a8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
// vim: ft=json5
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base", ":preserveSemverRanges"],
extends: [
"config:base",
"github>jgraichen/renovate-config",
":preserveSemverRanges",
],
packageRules: [
{
matchUpdateTypes: [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance",
],
automerge: true,
},
],
}

0 comments on commit 38756a8

Please sign in to comment.