You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Please see the documentation for all configuration options: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
## main branch config starts here
# github-actions
- directory: "/"
package-ecosystem: "github-actions"
schedule:
interval: "weekly"
day: "monday"
target-branch: main
groups:
all-github-actions:
patterns: [ "*" ]
commit-message:
prefix: ":seedling:"
include: scope
# Go directories
- directories:
- "/"
package-ecosystem: "gomod"
schedule:
interval: "weekly"
day: "monday"
target-branch: main
groups:
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]
commit-message:
prefix: ":seedling:"
include: scope
ignore:
# Ignore controller-runtime major and minor bumps as its upgraded manually.