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 3f75b68 commit e55329cCopy full SHA for e55329c
.github/dependabot.yml
@@ -5,7 +5,7 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: '' # See documentation for possible values
+ - package-ecosystem: 'npm_and_yarn'
9
directory: '/' # Location of package manifests
10
schedule:
11
interval: 'weekly'
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: Build
2
3
on:
4
+ workflow_dispatch:
+
merge_group:
pull_request:
mise.toml
@@ -1,6 +1,6 @@
[tools]
node = "v20"
-python = "3.10.12"
+python = "3.10.11"
yarn = { version = "4.3.1" }
helm = "3.14.1"
k9s = "0.31.9"
0 commit comments