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 86a2396 commit 2b89061Copy full SHA for 2b89061
.github/dependabot.yml
@@ -17,16 +17,13 @@ updates:
17
schedule:
18
interval: "daily"
19
open-pull-requests-limit: 10
20
- ignore:
21
- - dependency-name: "typing-extensions"
22
- versions: ["^3.10.0", "^4.0"]
23
24
- # Maintain dependencies for GitHub Actions aiohttp 3.9
+ # Maintain dependencies for GitHub Actions aiohttp 3
25
- package-ecosystem: "github-actions"
26
directory: "/"
27
labels:
28
- dependencies
29
- target-branch: "3.9"
+ target-branch: "3.10"
30
31
32
@@ -40,6 +37,3 @@ updates:
40
37
41
38
42
39
43
44
45
0 commit comments