Skip to content

Commit 5874632

Browse files
authored
Add GitHub actions upgrade via dependabot (#2629)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
1 parent 5f9b957 commit 5874632

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ updates:
1414
# Check daily
1515
schedule:
1616
interval: "daily"
17+
# Enable version updates for github actions
18+
- package-ecosystem: "github-actions"
19+
directory: "/.3rd-party"
20+
# Check daily
21+
schedule:
22+
interval: "daily"

0 commit comments

Comments
 (0)