forked from theskumar/python-dotenv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
32 lines (31 loc) · 822 Bytes
/
Copy pathdependabot.yml
File metadata and controls
32 lines (31 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
version: 2
updates:
# Keep GitHub Actions pinned-by-SHA references up to date. Dependabot
# rewrites the SHA and the trailing `# vX.Y.Z` version comment together.
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
commit-message:
prefix: ci
include: scope
groups:
github-actions:
patterns:
- "*"
labels:
- dependencies
- github-actions
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
commit-message:
prefix: chore
include: scope
labels:
- dependencies
- python