Skip to content

Commit

Permalink
chore(docs): update deps/renovate digest to 66de046
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 08969c8 commit a781e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/renovate
Submodule renovate updated 37 files
+1 −1 .devcontainer/Dockerfile
+2 −2 .github/workflows/build.yml
+5 −0 data/kubernetes-api.json5
+ docs/usage/assets/images/swissquote_stats_collection.png
+2 −2 docs/usage/bot-comparison.md
+34 −0 docs/usage/config-presets.md
+3 −0 docs/usage/modules/.pages
+14 −0 docs/usage/modules/index.md
+26 −0 docs/usage/self-hosted-configuration.md
+31 −4 docs/usage/user-stories/swissquote.md
+1 −1 lib/config/options/index.ts
+15 −0 lib/config/presets/index.spec.ts
+5 −0 lib/config/presets/index.ts
+1 −0 lib/config/presets/internal/monorepo.ts
+45 −0 lib/config/presets/internal/workarounds.spec.ts
+18 −0 lib/config/presets/internal/workarounds.ts
+77 −0 lib/modules/datasource/docker/index.spec.ts
+44 −15 lib/modules/datasource/docker/index.ts
+1 −0 lib/modules/datasource/github-runners/index.spec.ts
+1 −0 lib/modules/datasource/github-runners/index.ts
+1 −1 lib/modules/datasource/github-runners/readme.md
+255 −0 lib/modules/manager/kubernetes/__fixtures__/complex.yaml
+39 −0 lib/modules/manager/kubernetes/extract.spec.ts
+1 −0 lib/modules/manager/kubernetes/extract.ts
+113 −78 lib/modules/manager/osgi/extract.spec.ts
+23 −0 lib/modules/platform/azure/azure-helper.spec.ts
+20 −0 lib/modules/platform/azure/azure-helper.ts
+12 −12 lib/modules/platform/azure/index.spec.ts
+1 −1 lib/modules/platform/azure/index.ts
+1 −0 lib/util/exec/env.ts
+41 −0 lib/util/http/gitlab.spec.ts
+16 −0 lib/util/http/gitlab.ts
+7 −1 lib/util/http/index.ts
+2 −1 lib/util/yaml.ts
+12 −12 package.json
+216 −218 pnpm-lock.yaml
+2 −2 tools/docker/Dockerfile

0 comments on commit a781e88

Please sign in to comment.