Browse Source

Update Dependabot config file

pull/495/head
dependabot-preview[bot] 5 years ago committed by GitHub
parent
commit
1fb702a3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .dependabot/config.yml
  2. 9
      .github/dependabot.yml

8
.dependabot/config.yml

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
version: 1
update_configs:
- package_manager: submodules
directory: "/"
update_schedule: daily
commit_message:
prefix: "[skip ci]"

9
.github/dependabot.yml

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: "[skip ci]"
Loading…
Cancel
Save