Skip to content

Commit c0cb7b7

Browse files
authored
Updating dependabot.yml (#5)
1 parent dbde014 commit c0cb7b7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
12
version: 2
23
updates:
3-
# GitHub Actions
4-
- package-ecosystem: github-actions
4+
- package-ecosystem: "github-actions"
55
directory: '/'
66
schedule:
7-
interval: monthly
7+
interval: "weekly"
88
ignore:
99
- dependency-name: '*'
1010
update-types: ['version-update:semver-patch']
1111
commit-message:
1212
prefix: ci
1313
labels: ['skip changelog']
1414

15-
# Build system
1615
- package-ecosystem: "poetry"
1716
directory: "/"
1817
schedule:
19-
interval: "daily"
18+
interval: "weekly"
19+
20+
- package-ecosystem: "pip"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"

0 commit comments

Comments
 (0)