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 4674bb3 commit f258aa8Copy full SHA for f258aa8
.github/dependabot.yml
@@ -9,6 +9,9 @@ updates:
9
directory: "/rates" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ commit-message:
13
+ prefix: build
14
+ include: scope
15
groups:
16
python-dependencies:
17
applies-to: version-updates
@@ -19,6 +22,9 @@ updates:
19
22
directory: "/" # Location of package manifests
20
23
21
24
25
26
+ prefix: ci
27
28
29
github-actions-dependencies:
30
0 commit comments