You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for more information on how to configure Dependabot, please visit https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
2
+
3
+
version: 2
4
+
updates:
5
+
- package-ecosystem: "docker"
6
+
directory: "/"
7
+
schedule:
8
+
interval: "weekly"
9
+
- package-ecosystem: "github-actions"
10
+
directory: "/"
11
+
schedule:
12
+
interval: "weekly"
13
+
- package-ecosystem: "gradle"
14
+
directory: "/"
15
+
schedule:
16
+
interval: "weekly"
17
+
- package-ecosystem: "pip"
18
+
directory: "/"
19
+
schedule:
20
+
interval: "weekly"
21
+
- package-ecosystem: "npm"
22
+
directory: "/"
23
+
schedule:
24
+
interval: "weekly"
25
+
# Adding other package-ecosystems. Excluding hex/elm/submodules/cargo/swift
0 commit comments