mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
Add dependabot configuration file (#78)
* **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
This commit is contained in:
committed by
GitHub
parent
74cd886e9c
commit
afad78b7da
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user