We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a1951 commit 1e6f725Copy full SHA for 1e6f725
1 file changed
.github/dependabot.yml
@@ -2,6 +2,19 @@ version: 2
2
updates:
3
# Maintain dependencies for GitHub Actions
4
- package-ecosystem: "github-actions"
5
+ target-branch: "master"
6
+ directory: "/"
7
+ schedule:
8
+ # Check for updates to GitHub Actions every week
9
+ interval: "weekly"
10
+ rebase-strategy: auto
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
15
+
16
+ - package-ecosystem: "github-actions"
17
+ target-branch: "lxml-6.1"
18
directory: "/"
19
schedule:
20
# Check for updates to GitHub Actions every week
0 commit comments