Add dependabot scanning for outdated github actions.

This commit is contained in:
Dain Nilsson 2023-11-23 13:39:36 +01:00
parent 9bf0788a9f
commit cc115bdb48
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -1,6 +1,15 @@
version: 2
enable-beta-ecosystems: true # required for the pub package manager
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "pub"
directory: "/"
schedule: