Skip to content

Commit

Permalink
chore(renovate): automerge dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 9, 2024
1 parent f3f7ef1 commit 783655c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
],
packageRules: [
{
matchFiles: ["pyproject.toml"],
matchDepTypes: ["*"],
groupName: "{{ packageName }}",
matchUpdateTypes: [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance",
],
automerge: true,
},
],
}

0 comments on commit 783655c

Please sign in to comment.