Skip to content

Commit

Permalink
Bump script/dependabot-core from 05d11aa to 4b000ac (#501)
Browse files Browse the repository at this point in the history
Bumps [script/dependabot-core](https://github.com/dependabot/dependabot-core) from `05d11aa` to `4b000ac`.
- [Release notes](https://github.com/dependabot/dependabot-core/releases)
- [Commits](dependabot/dependabot-core@05d11aa...4b000ac)

---
updated-dependencies:
- dependency-name: script/dependabot-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2023
1 parent 09b325e commit b32641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dependabot-core
Submodule dependabot-core updated 59 files
+0 −8 .github/dependabot.yml
+25 −69 .github/workflows/ci.yml
+3 −23 .github/workflows/images-branch.yml
+2 −22 .github/workflows/images-fork.yml
+9 −29 .github/workflows/images-latest.yml
+6 −16 .github/workflows/images-updater-core.yml
+31 −26 .github/workflows/smoke.yml
+10 −12 Dockerfile.development
+5 −11 Dockerfile.updater-core
+0 −10 bin/ci-test
+9 −13 bin/docker-dev-shell
+0 −11 bundler/helpers/v1/Gemfile
+15 −9 bundler/helpers/v1/build
+1 −1 bundler/helpers/v1/run.rb
+0 −12 bundler/helpers/v2/Gemfile
+0 −9 bundler/helpers/v2/build
+1 −1 bundler/helpers/v2/run.rb
+0 −1 bundler/lib/dependabot/bundler/native_helpers.rb
+19 −2 common/lib/dependabot/git_metadata_fetcher.rb
+2 −2 common/spec/dependabot/metadata_finders/base/commits_finder_spec.rb
+1 −1 docker/lib/dependabot/docker/file_updater.rb
+1 −1 elm/Dockerfile
+5 −1 git_submodules/lib/dependabot/git_submodules/file_fetcher.rb
+15 −0 git_submodules/spec/dependabot/git_submodules/metadata_finder_spec.rb
+4 −4 go_modules/Dockerfile
+4 −13 maven/lib/dependabot/maven/file_fetcher.rb
+3 −1 maven/lib/dependabot/maven/file_parser.rb
+2 −2 maven/lib/dependabot/maven/file_parser/property_value_finder.rb
+2 −1 maven/lib/dependabot/maven/file_updater.rb
+119 −3 maven/spec/dependabot/maven/file_fetcher_spec.rb
+6 −0 maven/spec/dependabot/maven/file_parser/property_value_finder_spec.rb
+222 −0 maven/spec/dependabot/maven/file_parser_spec.rb
+174 −0 maven/spec/dependabot/maven/file_updater_spec.rb
+18 −0 maven/spec/fixtures/github/contents_java_multimodule_different_pom_names.json
+18 −0 maven/spec/fixtures/github/contents_java_parent_pom_custom_name.json
+27 −0 maven/spec/fixtures/poms/inheritance_custom_named_parent_pom.xml
+30 −0 maven/spec/fixtures/poms/inheritance_custom_named_pom.xml
+35 −0 maven/spec/fixtures/poms/inheritance_pom_no_parent_with_namespace_present.xml
+23 −0 maven/spec/fixtures/poms/multimodule_custom_modules.xml
+24 −0 maven/spec/fixtures/poms/multimodule_custom_modules_submodule_one_pom.xml
+24 −0 maven/spec/fixtures/poms/multimodule_custom_modules_submodule_three_pom.xml
+29 −0 maven/spec/fixtures/poms/multimodule_custom_modules_submodule_two_pom.xml
+52 −0 maven/spec/fixtures/poms/property_name_starts_with_project_pom.xml
+18 −16 npm_and_yarn/lib/dependabot/npm_and_yarn/file_parser/lockfile_parser.rb
+10 −0 npm_and_yarn/spec/dependabot/npm_and_yarn/file_parser/lockfile_parser_spec.rb
+2 −2 pub/Dockerfile
+2 −2 python/helpers/requirements.txt
+1 −1 python/lib/dependabot/python/requirement_parser.rb
+14 −0 python/spec/dependabot/python/file_updater/requirement_file_updater_spec.rb
+3 −0 python/spec/fixtures/requirements/hashes_multiline_no_space.txt
+38 −19 script/_common
+13 −2 script/ci-test-updater
+0 −7 script/test
+1 −1 terraform/Dockerfile
+19 −4 terraform/lib/dependabot/terraform/file_updater.rb
+39 −0 terraform/spec/dependabot/terraform/file_updater_spec.rb
+8 −0 terraform/spec/fixtures/projects/provider_version_preceed/providers.tf
+0 −5 updater/Brewfile
+0 −1 updater/CODEOWNERS

0 comments on commit b32641e

Please sign in to comment.