Browse Source

Upgrade to GitHub-native Dependabot (#18)

master
dependabot-preview[bot] 2 years ago
committed by GitHub
parent
commit
e7ec35345d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions
  1. +0
    -5
      .dependabot/config.yml
  2. +8
    -0
      .github/dependabot.yml

+ 0
- 5
.dependabot/config.yml View File

@@ -1,5 +0,0 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "daily"

+ 8
- 0
.github/dependabot.yml View File

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "19:00"
open-pull-requests-limit: 10

Loading…
Cancel
Save