Skip to content

Commit e55329c

Browse files
committed
fix: Update Python version in mise.toml to 3.10.11 and set package ecosystem in dependabot.yml
1 parent 3f75b68 commit e55329c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: '' # See documentation for possible values
8+
- package-ecosystem: 'npm_and_yarn'
99
directory: '/' # Location of package manifests
1010
schedule:
1111
interval: 'weekly'

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22

33
on:
4+
workflow_dispatch:
5+
46
merge_group:
57

68
pull_request:

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
node = "v20"
3-
python = "3.10.12"
3+
python = "3.10.11"
44
yarn = { version = "4.3.1" }
55
helm = "3.14.1"
66
k9s = "0.31.9"

0 commit comments

Comments
 (0)