We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bda81e commit 76bbba4Copy full SHA for 76bbba4
.github/dependabot.yml
@@ -13,15 +13,15 @@ updates:
13
include: scope
14
labels:
15
- area-infrastructure
16
- - package-ecosystem: "github-actions"
17
- directory: "/"
18
- schedule:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
19
# Weekly interval opens PRs on Monday.
20
interval: "weekly"
21
- commit-message:
22
- prefix: "[main] "
23
- include: scope
24
- labels:
+ commit-message:
+ prefix: "[main] "
+ include: scope
+ labels:
25
26
27
# Keep submodules up to date in 'release/*' branches. (Unfortunately Dependabot security PRs can't target these.)
0 commit comments