Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 9288ccc

Browse files
authored
Update dependabot.yml
1 parent b9109e8 commit 9288ccc

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "docker" # See documentation for possible values
9-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
rebase-strategy: auto
6+
commit-message:
7+
prefix: "fix"
8+
include: scope
109
schedule:
1110
interval: "daily"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
rebase-strategy: auto
15+
commit-message:
16+
prefix: "fix"
17+
include: scope
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)