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 f34d41a commit 3c0e515Copy full SHA for 3c0e515
.github/dependabot.yml
@@ -0,0 +1,36 @@
1
+---
2
+# yamllint disable rule:truthy
3
+version: 2
4
+
5
+updates:
6
+ # Maintain dependencies for GitHub Actions
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ day: "monday"
12
+ time: "09:00"
13
+ target-branch: main
14
+ labels:
15
+ - "changes/patch"
16
+ groups:
17
+ all:
18
+ patterns:
19
+ - "*"
20
21
+ # Group all pip updates except infrahub-sdk
22
+ - package-ecosystem: "pip"
23
24
25
+ interval: "daily"
26
+ time: "12:00"
27
28
29
30
31
32
33
+ - "^(?!infrahub-sdk$).*" # Regex to exclude infrahub-sdk
34
+ infrahub-sdk:
35
36
+ - "infrahub-sdk"
0 commit comments