Skip to content

Commit a43f0ef

Browse files
committed
Use Dependabot to update local composite actions
The 'directory: /' configuration only looks at workflows.
1 parent 70a0682 commit a43f0ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
33
#
44
# See: https://www.github.com/dependabot/dependabot-core/issues/4605
5-
---
65
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
6+
---
77
version: 2
88
updates:
99
- package-ecosystem: github-actions
10-
directory: /
10+
directories:
11+
- '/'
12+
- '.github/actions/*'
1113
schedule:
1214
interval: weekly
1315
day: tuesday

0 commit comments

Comments
 (0)