Skip to content

Commit 1753d43

Browse files
authoredFeb 28, 2025··
Update actions with dependabot
1 parent 3c2881a commit 1753d43

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed
 

‎.github/dependabot.yml

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: monthly
7-
time: "10:00"
8-
open-pull-requests-limit: 10
9-
ignore:
10-
- dependency-name: beautifulsoup4
11-
versions:
12-
- "< 4.6.2"
13-
- ">= 4.6.1.a"
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
8+
- package-ecosystem: pip
9+
directory: "/"
10+
schedule:
11+
interval: monthly
12+
time: "10:00"
13+
open-pull-requests-limit: 10
14+
ignore:
15+
- dependency-name: beautifulsoup4
16+
versions:
17+
- "< 4.6.2"
18+
- ">= 4.6.1.a"

0 commit comments

Comments
 (0)
Please sign in to comment.