Files
mobile/.github/dependabot.yml
Sampo Silvennoinen 045c943490 Dependabot: add updates for Github Action workflows
Groups all CI action version updates to one PR. Follow same weekly schedule as Dart/Pub updates.
2024-04-06 14:38:14 +03:00

21 lines
742 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
ci-dependencies:
patterns:
- "*" # Match all CI dependencies to one PR.