Add GitHub actions upgrade via dependabot (#2629)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -14,3 +14,9 @@ updates:
|
|||||||
# Check daily
|
# Check daily
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
# Enable version updates for github actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/.3rd-party"
|
||||||
|
# Check daily
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|||||||
Reference in New Issue
Block a user