Skip to content

Commit 6b76e7c

Browse files
samcunliffeCopilot
andauthored
Create dependabot config for GitHub actions (#353)
* Create dependabot config for GitHub actions * Copilot's suggestions to simplify @dependabot config, Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ea6f46e commit 6b76e7c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "./.github/workflows"
6+
schedule:
7+
interval: "monthly"
8+
labels:
9+
- "housekeeping"
10+
- "technical"

0 commit comments

Comments
 (0)