Skip to content

Commit 06ea193

Browse files
Add Dependabot Configuration YAML (#1117)
1 parent 13c59ba commit 06ea193

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This is the configuration file for Dependabot. You can find configuration information below.
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
# Note: Dependabot has a configurable max open PR limit of 5
4+
5+
version: 2
6+
updates:
7+
# Maintain dependencies for Airgun itself
8+
- package-ecosystem: "pip"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
labels:
13+
- "CherryPick"
14+
- "dependencies"
15+
- "6.15.z"
16+
- "6.14.z"
17+
- "6.13.z"
18+
- "6.12.z"
19+
20+
# Maintain dependencies for our GitHub Actions
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "daily"
25+
labels:
26+
- "CherryPick"
27+
- "dependencies"
28+
- "6.15.z"
29+
- "6.14.z"
30+
- "6.13.z"
31+
- "6.12.z"

0 commit comments

Comments
 (0)