We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dd667 commit 5da2925Copy full SHA for 5da2925
.github/dependabot.yml
@@ -10,3 +10,7 @@ updates:
10
directory: "/"
11
schedule:
12
interval: "weekly"
13
+ groups:
14
+ all:
15
+ patterns:
16
+ - "*"
renovate.json
@@ -5,6 +5,9 @@
5
"config:recommended",
6
"group:allNonMajor"
7
],
8
+ "lockFileMaintenance": {
9
+ "enabled": true
+ },
"packageRules": [
{
"matchManagers": ["pep621"]
0 commit comments