We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52c478 commit 409386cCopy full SHA for 409386c
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
renovate.json
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:recommended",
+ ":dependencyDashboard",
+ "group:allNonMajor"
7
+ ],
8
+ "packageRules": [
9
+ {
10
+ "matchManagers": ["pixi"],
11
+ "groupName": "pixi dependencies"
12
+ }
13
+ ]
14
+}
0 commit comments