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 45f9580 commit af0a1d3Copy full SHA for af0a1d3
2 files changed
.github/dependabot.yml
@@ -1,11 +1,18 @@
1
version: 2
2
+enable-beta-ecosystems: true
3
4
updates:
5
- package-ecosystem: "github-actions"
6
directory: "/"
7
schedule:
8
interval: "daily"
9
10
+ - package-ecosystem: "pip"
11
+ directory: "/Source"
12
+ schedule:
13
+ interval: "daily"
14
+ versioning-strategy: increase
15
+
16
- package-ecosystem: "npm"
17
18
.github/workflows/Node.yml
@@ -73,7 +73,7 @@ jobs:
73
--unsafe-perm=true
74
]
75
76
- - uses: actions/setup-node@v4.0.0
+ - uses: actions/setup-node@v4.0.1
77
with:
78
node-version: ${{ matrix.node-version }}
79
cache: "pnpm"
0 commit comments