mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-03 15:47:52 +03:00
Add dependabot scanning for outdated github actions.
This commit is contained in:
parent
9bf0788a9f
commit
cc115bdb48
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user