Skip to content

Commit 1e6f725

Browse files
committed
Enable dependabot for current release branch (6.1).
1 parent 59a1951 commit 1e6f725

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ version: 2
22
updates:
33
# Maintain dependencies for GitHub Actions
44
- 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"
518
directory: "/"
619
schedule:
720
# Check for updates to GitHub Actions every week

0 commit comments

Comments
 (0)