Skip to content

Commit 3cf0a1c

Browse files
committed
Use Dependabot for GitHub Actions
Closes gh-18648 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent c2f0f7b commit 3cf0a1c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,30 @@ updates:
110110
- 'type: task'
111111
- 'in: build'
112112

113+
- package-ecosystem: github-actions
114+
target-branch: main
115+
schedule:
116+
interval: weekly
117+
labels:
118+
- 'type: task'
119+
- 'in: build'
120+
121+
- package-ecosystem: github-actions
122+
target-branch: 7.0.x
123+
schedule:
124+
interval: weekly
125+
labels:
126+
- 'type: task'
127+
- 'in: build'
128+
129+
- package-ecosystem: github-actions
130+
target-branch: 6.5.x
131+
schedule:
132+
interval: weekly
133+
labels:
134+
- 'type: task'
135+
- 'in: build'
136+
113137
- package-ecosystem: 7.0.x
114138
target-branch: main
115139
directory: /docs

0 commit comments

Comments
 (0)