File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ # To get started with Dependabot version updates, you'll need to specify which
3+ # package ecosystems to update and where the package manifests are located.
4+ # Please see the documentation for all configuration options:
5+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6+
27version : 2
38updates :
49 # Maintain dependencies for GitHub Actions
510 - package-ecosystem : " github-actions"
611 directory : " /"
12+ cooldown :
13+ default-days : 7
714 schedule :
8- interval : " monthly"
15+ interval : " daily"
16+
17+ # Add this section for each directory with a Dockerfile, K8s manifest, or Helm chart
18+ # They must use a semver tag, and Dependabot must be able to access the registry
19+ # You can give it access to private ones:
20+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-private-registries
21+ # follow along on a feature request to support multiple directories in one package-ecosystem
22+ # https://github.com/dependabot/dependabot-core/issues/2178
23+ - package-ecosystem : " docker"
24+ directory : " /"
25+ cooldown :
26+ default-days : 7
27+ schedule :
28+ interval : " weekly"
29+ commit-message :
30+ # Prefix all commit messages with "[docker] "
31+ prefix : " [docker] "
You can’t perform that action at this time.
0 commit comments