Skip to content

Commit af0a1d3

Browse files
squash!
1 parent 45f9580 commit af0a1d3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
version: 2
2+
enable-beta-ecosystems: true
23

34
updates:
45
- package-ecosystem: "github-actions"
56
directory: "/"
67
schedule:
78
interval: "daily"
89

10+
- package-ecosystem: "pip"
11+
directory: "/Source"
12+
schedule:
13+
interval: "daily"
14+
versioning-strategy: increase
15+
916
- package-ecosystem: "npm"
1017
directory: "/"
1118
schedule:

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
--unsafe-perm=true
7474
]
7575
76-
- uses: actions/setup-node@v4.0.0
76+
- uses: actions/setup-node@v4.0.1
7777
with:
7878
node-version: ${{ matrix.node-version }}
7979
cache: "pnpm"

0 commit comments

Comments
 (0)