Skip to content

Commit cc5872f

Browse files
authored
Merge branch 'main' into hotfix/ruby-3.4.2-support
2 parents acfc0d6 + d6085b3 commit cc5872f

File tree

510 files changed

+51504
-1059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+51504
-1059
lines changed

.github/ci-filters.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ swift:
7272
terraform:
7373
- *shared
7474
- 'terraform/**'
75+
uv:
76+
- *shared
77+
- 'uv/**'

.github/issue-labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
- '(dart|pub)'
4848

4949
"L: python":
50-
- '(python|pip|poetry)'
50+
- '(python|pip|poetry|uv)'
51+
52+
"L: python:uv":
53+
- '(uv)'
5154

5255
"L: terraform":
5356
- '(terraform)'

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
- changed-files:
7373
- any-glob-to-any-file: python/**
7474

75+
"L: python:uv":
76+
- changed-files:
77+
- any-glob-to-any-file: uv/**
78+
7579
"L: terraform":
7680
- changed-files:
7781
- any-glob-to-any-file: terraform/**

.github/smoke-filters.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ swift:
6565
terraform:
6666
- *common
6767
- 'terraform/**'
68+
uv:
69+
- *common
70+
- 'uv/**'

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- { path: devcontainers, name: devcontainers, ecosystem: devcontainers }
3939
- { path: terraform, name: terraform, ecosystem: terraform }
4040
- { path: bun, name: bun, ecosystem: bun }
41+
- { path: uv, name: uv, ecosystem: uv }
4142

4243
steps:
4344
- name: Checkout code

.github/workflows/images-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- { name: devcontainers, ecosystem: devcontainers }
7979
- { name: terraform, ecosystem: terraform }
8080
- { name: bun, ecosystem: bun }
81+
- { name: uv, ecosystem: uv }
8182
permissions:
8283
contents: read
8384
id-token: write

.github/workflows/images-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- { name: swift, ecosystem: swift }
5656
- { name: devcontainers, ecosystem: devcontainers }
5757
- { name: terraform, ecosystem: terraform }
58+
- { name: uv, ecosystem: uv }
5859
env:
5960
COMMIT_SHA: ${{ github.sha }}
6061
NAME: ${{ matrix.suite.name }}

Dockerfile.updater-core

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ COPY --chown=dependabot:dependabot python/.bundle python/dependabot-python.gemsp
106106
COPY --chown=dependabot:dependabot silent/.bundle silent/dependabot-silent.gemspec silent/
107107
COPY --chown=dependabot:dependabot swift/.bundle swift/dependabot-swift.gemspec swift/
108108
COPY --chown=dependabot:dependabot terraform/.bundle terraform/dependabot-terraform.gemspec terraform/
109+
COPY --chown=dependabot:dependabot uv/.bundle uv/dependabot-uv.gemspec uv/
109110

110111
# prevent having all the source in every ecosystem image
111-
RUN for ecosystem in git_submodules terraform github_actions hex elm docker docker_compose nuget maven gradle cargo composer go_modules python pub npm_and_yarn bundler silent swift devcontainers dotnet_sdk bun; do \
112+
RUN for ecosystem in git_submodules terraform github_actions hex elm docker docker_compose nuget maven gradle cargo composer go_modules python pub npm_and_yarn bundler silent swift devcontainers dotnet_sdk bun uv; do \
112113
mkdir -p $ecosystem/lib/dependabot; \
113114
touch $ecosystem/lib/dependabot/$ecosystem.rb; \
114115
done

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ gem "dependabot-python", path: "python"
2525
gem "dependabot-silent", path: "silent"
2626
gem "dependabot-swift", path: "swift"
2727
gem "dependabot-terraform", path: "terraform"
28+
gem "dependabot-uv", path: "uv"
2829

2930
# Sorbet
3031
gem "sorbet", "0.5.11630", group: :development

Gemfile.lock

Lines changed: 54 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
PATH
22
remote: bun
33
specs:
4-
dependabot-bun (0.299.0)
5-
dependabot-common (= 0.299.0)
4+
dependabot-bun (0.299.1)
5+
dependabot-common (= 0.299.1)
66

77
PATH
88
remote: bundler
99
specs:
10-
dependabot-bundler (0.299.0)
11-
dependabot-common (= 0.299.0)
10+
dependabot-bundler (0.299.1)
11+
dependabot-common (= 0.299.1)
1212
parallel (~> 1.24)
1313

1414
PATH
1515
remote: cargo
1616
specs:
17-
dependabot-cargo (0.299.0)
18-
dependabot-common (= 0.299.0)
17+
dependabot-cargo (0.299.1)
18+
dependabot-common (= 0.299.1)
1919

2020
PATH
2121
remote: common
2222
specs:
23-
dependabot-common (0.299.0)
23+
dependabot-common (0.299.1)
2424
aws-sdk-codecommit (~> 1.28)
2525
aws-sdk-ecr (~> 1.5)
2626
bundler (>= 1.16, < 3.0.0)
@@ -44,120 +44,126 @@ PATH
4444
PATH
4545
remote: composer
4646
specs:
47-
dependabot-composer (0.299.0)
48-
dependabot-common (= 0.299.0)
47+
dependabot-composer (0.299.1)
48+
dependabot-common (= 0.299.1)
4949

5050
PATH
5151
remote: devcontainers
5252
specs:
53-
dependabot-devcontainers (0.299.0)
54-
dependabot-common (= 0.299.0)
53+
dependabot-devcontainers (0.299.1)
54+
dependabot-common (= 0.299.1)
5555

5656
PATH
5757
remote: docker_compose
5858
specs:
59-
dependabot-docker_compose (0.299.0)
60-
dependabot-common (= 0.299.0)
61-
dependabot-docker (= 0.299.0)
59+
dependabot-docker_compose (0.299.1)
60+
dependabot-common (= 0.299.1)
61+
dependabot-docker (= 0.299.1)
6262

6363
PATH
6464
remote: docker
6565
specs:
66-
dependabot-docker (0.299.0)
67-
dependabot-common (= 0.299.0)
66+
dependabot-docker (0.299.1)
67+
dependabot-common (= 0.299.1)
6868

6969
PATH
7070
remote: dotnet_sdk
7171
specs:
72-
dependabot-dotnet_sdk (0.299.0)
73-
dependabot-common (= 0.299.0)
72+
dependabot-dotnet_sdk (0.299.1)
73+
dependabot-common (= 0.299.1)
7474

7575
PATH
7676
remote: elm
7777
specs:
78-
dependabot-elm (0.299.0)
79-
dependabot-common (= 0.299.0)
78+
dependabot-elm (0.299.1)
79+
dependabot-common (= 0.299.1)
8080

8181
PATH
8282
remote: git_submodules
8383
specs:
84-
dependabot-git_submodules (0.299.0)
85-
dependabot-common (= 0.299.0)
84+
dependabot-git_submodules (0.299.1)
85+
dependabot-common (= 0.299.1)
8686
parseconfig (~> 1.0, < 1.1.0)
8787

8888
PATH
8989
remote: github_actions
9090
specs:
91-
dependabot-github_actions (0.299.0)
92-
dependabot-common (= 0.299.0)
91+
dependabot-github_actions (0.299.1)
92+
dependabot-common (= 0.299.1)
9393

9494
PATH
9595
remote: go_modules
9696
specs:
97-
dependabot-go_modules (0.299.0)
98-
dependabot-common (= 0.299.0)
97+
dependabot-go_modules (0.299.1)
98+
dependabot-common (= 0.299.1)
9999

100100
PATH
101101
remote: gradle
102102
specs:
103-
dependabot-gradle (0.299.0)
104-
dependabot-common (= 0.299.0)
105-
dependabot-maven (= 0.299.0)
103+
dependabot-gradle (0.299.1)
104+
dependabot-common (= 0.299.1)
105+
dependabot-maven (= 0.299.1)
106106

107107
PATH
108108
remote: hex
109109
specs:
110-
dependabot-hex (0.299.0)
111-
dependabot-common (= 0.299.0)
110+
dependabot-hex (0.299.1)
111+
dependabot-common (= 0.299.1)
112112

113113
PATH
114114
remote: maven
115115
specs:
116-
dependabot-maven (0.299.0)
117-
dependabot-common (= 0.299.0)
116+
dependabot-maven (0.299.1)
117+
dependabot-common (= 0.299.1)
118118

119119
PATH
120120
remote: npm_and_yarn
121121
specs:
122-
dependabot-npm_and_yarn (0.299.0)
123-
dependabot-common (= 0.299.0)
122+
dependabot-npm_and_yarn (0.299.1)
123+
dependabot-common (= 0.299.1)
124124

125125
PATH
126126
remote: nuget
127127
specs:
128-
dependabot-nuget (0.299.0)
129-
dependabot-common (= 0.299.0)
128+
dependabot-nuget (0.299.1)
129+
dependabot-common (= 0.299.1)
130130
rubyzip (>= 2.3.2, < 3.0)
131131

132132
PATH
133133
remote: pub
134134
specs:
135-
dependabot-pub (0.299.0)
136-
dependabot-common (= 0.299.0)
135+
dependabot-pub (0.299.1)
136+
dependabot-common (= 0.299.1)
137137

138138
PATH
139139
remote: python
140140
specs:
141-
dependabot-python (0.299.0)
142-
dependabot-common (= 0.299.0)
141+
dependabot-python (0.299.1)
142+
dependabot-common (= 0.299.1)
143143

144144
PATH
145145
remote: silent
146146
specs:
147-
dependabot-silent (0.299.0)
148-
dependabot-common (= 0.299.0)
147+
dependabot-silent (0.299.1)
148+
dependabot-common (= 0.299.1)
149149

150150
PATH
151151
remote: swift
152152
specs:
153-
dependabot-swift (0.299.0)
154-
dependabot-common (= 0.299.0)
153+
dependabot-swift (0.299.1)
154+
dependabot-common (= 0.299.1)
155155

156156
PATH
157157
remote: terraform
158158
specs:
159-
dependabot-terraform (0.299.0)
160-
dependabot-common (= 0.299.0)
159+
dependabot-terraform (0.299.1)
160+
dependabot-common (= 0.299.1)
161+
162+
PATH
163+
remote: uv
164+
specs:
165+
dependabot-uv (0.299.1)
166+
dependabot-common (= 0.299.1)
161167

162168
GEM
163169
remote: https://rubygems.org/
@@ -412,6 +418,7 @@ DEPENDENCIES
412418
dependabot-silent!
413419
dependabot-swift!
414420
dependabot-terraform!
421+
dependabot-uv!
415422
gpgme (~> 2.0)
416423
rake (~> 13)
417424
rspec-its (~> 1.3)

0 commit comments

Comments
 (0)