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 3c2881a commit 1753d43Copy full SHA for 1753d43
.github/dependabot.yml
@@ -1,13 +1,18 @@
1
version: 2
2
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"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+
+ - package-ecosystem: pip
+ interval: monthly
+ time: "10:00"
+ 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