Skip to content

Commit 4c5298e

Browse files
committed
update dependabot
1 parent 1fca686 commit 4c5298e

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
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+
27
version: 2
38
updates:
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] "

0 commit comments

Comments
 (0)