You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pinball/.github/dependabot.yaml

19 lines
445 B

version: 2
enable-beta-ecosystems: true
updates:
# Github actions ecosystem.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Pub ecosystem.
- package-ecosystem: "pub"
versioning-strategy: "increase-if-necessary"
directory: "/"
schedule:
interval: "daily"
# Node ecosystem.
- package-ecosystem: 'npm'
directory: '/functions/'
schedule:
interval: 'daily'