mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
* **Add configuration for dependabot** * **Package ecosystems** - Add package-ecosystem for `bun` with directory `/frontend` - Add package-ecosystem for `gomod` with directory `/` - Add package-ecosystem for `docker` with directory `/` * **Schedule** - Set update schedule to daily for all package ecosystems
15 lines
291 B
YAML
15 lines
291 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "bun"
|
|
directory: "/frontend"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|