mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
* chore: update unit tests * fix: follow latest action template * chore: add licenses and workflows * chore: remove bloat * chore: fix linter
32 lines
675 B
YAML
32 lines
675 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions-minor:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
npm-development:
|
|
dependency-type: development
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
npm-production:
|
|
dependency-type: production
|
|
update-types:
|
|
- patch
|
|
ignore:
|
|
# nodejs types is pinned to runtime version
|
|
- dependency-name: '@types/node'
|
|
update-types:
|
|
- version-update:semver-major
|