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.
2 parents a2c77ac + 2943b82 commit 980547bCopy full SHA for 980547b
.github/dependabot.yml
@@ -5,12 +5,26 @@
5
6
version: 2
7
updates:
8
+ # Handle updates for the default branch.
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
interval: "weekly"
13
+ target-branch: "master"
14
open-pull-requests-limit: 5
15
commit-message:
16
prefix: "GH Actions:"
17
labels:
18
- "Type: chores/QA"
19
+
20
+ # Handle updates for the orphan gh-pages branch.
21
+ - package-ecosystem: "github-actions"
22
+ directory: "/"
23
+ schedule:
24
+ interval: "weekly"
25
+ target-branch: "gh-pages"
26
+ open-pull-requests-limit: 5
27
+ commit-message:
28
+ prefix: "GH Pages/Actions:"
29
+ labels:
30
+ - "Type: chores/QA"
0 commit comments