Skip to content

Commit 9451b87

Browse files
committed
Updated dependabot file
1 parent 35bd877 commit 9451b87

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
21
version: 2
32
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: '/'
6-
schedule:
7-
interval: "weekly"
8-
ignore:
9-
- dependency-name: '*'
10-
update-types: ['version-update:semver-patch']
11-
commit-message:
12-
prefix: ci
13-
labels: ['skip changelog']
14-
15-
- package-ecosystem: "poetry"
3+
- package-ecosystem: "pip" # Poetry uses pip under the hood
164
directory: "/"
175
schedule:
18-
interval: "weekly"
6+
interval: "weekly" # Check for updates weekly
7+
open-pull-requests-limit: 10 # Limit the number of open PRs
8+
labels:
9+
- "dependencies"
10+
commit-message:
11+
prefix: "chore"
1912

20-
- package-ecosystem: "pip"
13+
- package-ecosystem: "github-actions" # Also update GitHub Actions
2114
directory: "/"
2215
schedule:
2316
interval: "weekly"
17+
labels:
18+
- "dependencies"
19+
commit-message:
20+
prefix: "ci"

0 commit comments

Comments
 (0)