We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44c413 commit 5a0beabCopy full SHA for 5a0beab
2 files changed
.github/CODEOWNERS
@@ -3491,6 +3491,9 @@ x-pack/solutions/observability/plugins/synthetics/server/saved_objects/synthetic
3491
# Leaving this unowned avoids routing every edit through Kibana Operations.
3492
/.buildkite/ftr-manifests/
3493
3494
+
3495
+/.mise.toml @elastic/kibana-operations
3496
3497
####
3498
## These rules are always last so they take ultimate priority over everything else
3499
.mise.toml
@@ -0,0 +1,5 @@
1
+[settings]
2
+idiomatic_version_file_enable_tools = ["node"]
3
4
+[tools]
5
+yarn = "1.22.21"
0 commit comments