Skip to content

Commit 610da99

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#9)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-azure](https://hub.cloudquery.io) | patch | `v17.12.0` -> `v17.12.1` | | [source-gcp](https://hub.cloudquery.io) | patch | `v19.5.0` -> `v19.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 039d186 commit 610da99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench_configs/source_azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: "azure"
44
path: "cloudquery/azure"
5-
version: "v17.12.0" # latest version of source azure plugin
5+
version: "v17.12.1" # latest version of source azure plugin
66
destinations: ${DESTINATIONS}
77
tables: ["*"]
88
skip_dependent_tables: true

bench_configs/source_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: "gcp"
44
path: "cloudquery/gcp"
5-
version: "v19.5.0" # latest version of source gcp plugin
5+
version: "v19.5.1" # latest version of source gcp plugin
66
tables: ["*"]
77
destinations: ${DESTINATIONS}
88
skip_dependent_tables: true

0 commit comments

Comments
 (0)