dependabot-core 0.92.8 → 0.93.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/dependabot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '059cd885937b19f2431d17f49c1eb8a46e814f2307233d78173f8ebd9ec69600'
|
4
|
+
data.tar.gz: 362901cdba0a8b93ccf45f3d70785877dea7df969c5b5af4d143301f30cd252d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a83cbcf4982001c179edb2d5efe8dbcf9f5c045830eb46934ef1a39eb28b87e4f4e3340df4a99bbf7a7c90615cf9bc01ed2f9cfb0f8731998a5c18a8f95e035d
|
7
|
+
data.tar.gz: 8c6c1639189c0c422ea6e2dbe74610bf3e469daa5929a0f3c0fac9ce55de69163a62a87b9fdc4e7ba8f772dc486015dbd47f5f26a4ca120eac7397856cacebce
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
Dependabot Core is the heart of [Dependabot][dependabot]. It handles the logic
|
8
8
|
for updating dependencies on GitHub (including GitHub Enterprise) and GitLab. We
|
9
|
-
plan to add support for Bitbucket in future, too.
|
9
|
+
plan to add support for Bitbucket and Azure DevOps in the future, too.
|
10
10
|
|
11
11
|
If you want to host your own automated dependency update bot then this repo
|
12
12
|
should give you the tools you need. A reference implementation is available
|
data/lib/dependabot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.93.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-ecr
|