mirror of https://github.com/flutter/pinball.git
parent
feabc63d4d
commit
1aa41d5e5c
@ -0,0 +1,19 @@
|
||||
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'
|
||||
Loading…
Reference in new issue