mirror of https://github.com/flutter/pinball.git
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.
19 lines
445 B
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' |