Skip to content

Commit ae806e4

Browse files
Include GitHub Actions in Dependabot version updates
Closes gh-2685
1 parent 552a619 commit ae806e4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,29 @@ updates:
6161
update-types: [ "version-update:semver-major" ]
6262
- dependency-name: "*"
6363
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
64+
65+
# GitHub Actions
66+
67+
- package-ecosystem: github-actions
68+
target-branch: "main"
69+
milestone: 154
70+
directory: "/"
71+
schedule:
72+
interval: weekly
73+
- package-ecosystem: github-actions
74+
target-branch: "3.2.x"
75+
milestone: 152
76+
directory: "/"
77+
schedule:
78+
interval: weekly
79+
- package-ecosystem: github-actions
80+
target-branch: "3.1.x"
81+
milestone: 151
82+
directory: "/"
83+
schedule:
84+
interval: weekly
85+
- package-ecosystem: github-actions
86+
target-branch: "docs-build"
87+
directory: "/"
88+
schedule:
89+
interval: weekly

0 commit comments

Comments
 (0)