Skip to content

Commit 889ef34

Browse files
v0.218.0 (#7339)
Release notes: https://github.com/dependabot/dependabot-core/releases/tag/v0.218.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb13f32 commit 889ef34

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

common/lib/dependabot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dependabot
4-
VERSION = "0.217.0"
4+
VERSION = "0.218.0"
55
end

updater/Gemfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PATH
22
remote: ../bundler
33
specs:
4-
dependabot-bundler (0.217.0)
5-
dependabot-common (= 0.217.0)
4+
dependabot-bundler (0.218.0)
5+
dependabot-common (= 0.218.0)
66

77
PATH
88
remote: ../cargo
99
specs:
10-
dependabot-cargo (0.217.0)
11-
dependabot-common (= 0.217.0)
10+
dependabot-cargo (0.218.0)
11+
dependabot-common (= 0.218.0)
1212

1313
PATH
1414
remote: ../common
1515
specs:
16-
dependabot-common (0.217.0)
16+
dependabot-common (0.218.0)
1717
aws-sdk-codecommit (~> 1.28)
1818
aws-sdk-ecr (~> 1.5)
1919
bundler (>= 1.16, < 3.0.0)
@@ -32,88 +32,88 @@ PATH
3232
PATH
3333
remote: ../composer
3434
specs:
35-
dependabot-composer (0.217.0)
36-
dependabot-common (= 0.217.0)
35+
dependabot-composer (0.218.0)
36+
dependabot-common (= 0.218.0)
3737

3838
PATH
3939
remote: ../docker
4040
specs:
41-
dependabot-docker (0.217.0)
42-
dependabot-common (= 0.217.0)
41+
dependabot-docker (0.218.0)
42+
dependabot-common (= 0.218.0)
4343

4444
PATH
4545
remote: ../elm
4646
specs:
47-
dependabot-elm (0.217.0)
48-
dependabot-common (= 0.217.0)
47+
dependabot-elm (0.218.0)
48+
dependabot-common (= 0.218.0)
4949

5050
PATH
5151
remote: ../git_submodules
5252
specs:
53-
dependabot-git_submodules (0.217.0)
54-
dependabot-common (= 0.217.0)
53+
dependabot-git_submodules (0.218.0)
54+
dependabot-common (= 0.218.0)
5555
parseconfig (~> 1.0, < 1.1.0)
5656

5757
PATH
5858
remote: ../github_actions
5959
specs:
60-
dependabot-github_actions (0.217.0)
61-
dependabot-common (= 0.217.0)
60+
dependabot-github_actions (0.218.0)
61+
dependabot-common (= 0.218.0)
6262

6363
PATH
6464
remote: ../go_modules
6565
specs:
66-
dependabot-go_modules (0.217.0)
67-
dependabot-common (= 0.217.0)
66+
dependabot-go_modules (0.218.0)
67+
dependabot-common (= 0.218.0)
6868

6969
PATH
7070
remote: ../gradle
7171
specs:
72-
dependabot-gradle (0.217.0)
73-
dependabot-common (= 0.217.0)
74-
dependabot-maven (= 0.217.0)
72+
dependabot-gradle (0.218.0)
73+
dependabot-common (= 0.218.0)
74+
dependabot-maven (= 0.218.0)
7575

7676
PATH
7777
remote: ../hex
7878
specs:
79-
dependabot-hex (0.217.0)
80-
dependabot-common (= 0.217.0)
79+
dependabot-hex (0.218.0)
80+
dependabot-common (= 0.218.0)
8181

8282
PATH
8383
remote: ../maven
8484
specs:
85-
dependabot-maven (0.217.0)
86-
dependabot-common (= 0.217.0)
85+
dependabot-maven (0.218.0)
86+
dependabot-common (= 0.218.0)
8787

8888
PATH
8989
remote: ../npm_and_yarn
9090
specs:
91-
dependabot-npm_and_yarn (0.217.0)
92-
dependabot-common (= 0.217.0)
91+
dependabot-npm_and_yarn (0.218.0)
92+
dependabot-common (= 0.218.0)
9393

9494
PATH
9595
remote: ../nuget
9696
specs:
97-
dependabot-nuget (0.217.0)
98-
dependabot-common (= 0.217.0)
97+
dependabot-nuget (0.218.0)
98+
dependabot-common (= 0.218.0)
9999

100100
PATH
101101
remote: ../pub
102102
specs:
103-
dependabot-pub (0.217.0)
104-
dependabot-common (= 0.217.0)
103+
dependabot-pub (0.218.0)
104+
dependabot-common (= 0.218.0)
105105

106106
PATH
107107
remote: ../python
108108
specs:
109-
dependabot-python (0.217.0)
110-
dependabot-common (= 0.217.0)
109+
dependabot-python (0.218.0)
110+
dependabot-common (= 0.218.0)
111111

112112
PATH
113113
remote: ../terraform
114114
specs:
115-
dependabot-terraform (0.217.0)
116-
dependabot-common (= 0.217.0)
115+
dependabot-terraform (0.218.0)
116+
dependabot-common (= 0.218.0)
117117

118118
GEM
119119
remote: https://rubygems.org/

0 commit comments

Comments
 (0)