2022-09-13 23:34:32 -07:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
2022-09-27 22:42:41 -07:00
|
|
|
target-branch: "main"
|
2022-09-13 23:34:32 -07:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
|
|
|
|
# Maintain dependencies for npm
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
2022-09-27 22:42:41 -07:00
|
|
|
target-branch: "main"
|
2022-09-13 23:34:32 -07:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
|
|
|
|
# Maintain dependencies for Go modules
|
|
|
|
- package-ecosystem: "gomod"
|
|
|
|
directory: "/"
|
2022-09-27 22:42:41 -07:00
|
|
|
target-branch: "main"
|
2022-09-13 23:34:32 -07:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|