File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- # Dependabot version updates
2
- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
3
-
4
- version : 2
5
- updates :
6
- # Maintain dependencies for GitHub Actions
7
- - package-ecosystem : " github-actions"
8
- directory : " /"
9
- schedule :
10
- interval : " monthly"
11
-
12
- # Maintain Python dependencies
13
- - package-ecosystem : " pub"
14
- directory : " /"
15
- schedule :
16
- interval : " monthly"
1
+ # Dependabot version updates
2
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
3
+
4
+ version : 2
5
+ updates :
6
+ # Maintain dependencies for GitHub Actions
7
+ - package-ecosystem : " github-actions"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " monthly"
11
+
12
+ # Maintain Python dependencies
13
+ - package-ecosystem : " pub"
14
+ directory : " /"
15
+ schedule :
16
+ interval : " monthly"
You can’t perform that action at this time.
0 commit comments