Browse Source

enable dependabot (#1593)

pull/1594/head
Alessandro Ros 3 years ago committed by GitHub
parent
commit
dad72e0c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/FUNDING.yml
  2. 6
      .github/dependabot.yml

1
.github/FUNDING.yml

@ -1 +0,0 @@ @@ -1 +0,0 @@
custom: ["https://www.buymeacoffee.com/aler9"]

6
.github/dependabot.yml

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
Loading…
Cancel
Save