Skip to content

Commit 44cb72b

Browse files
authored
Merge branch 'main' into kuzmik/upgrade-dependencies
2 parents 6995475 + d5d1309 commit 44cb72b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/dependabot.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
9-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "devcontainers"
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
- package-ecosystem: "gomod"
8+
directory: "/"
109
schedule:
1110
interval: "weekly"

internal/proxysql/satellite.go

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ func (p *ProxySQL) DumpQueryDigests(tmpdir string) (string, error) {
145145
header := []string{
146146
"pod_name",
147147
"hostgroup",
148+
"schemaname",
148149
"username",
149150
"digest",
150151
"digest_text",

0 commit comments

Comments
 (0)