Browse Source

Setup dependabot for 3rd party go and javascript code

pull/244/head
Gabe Kangas 5 years ago
parent
commit
fc988e1846
  1. 7
      .github/dependabot.yml

7
.github/dependabot.yml

@ -6,6 +6,11 @@ @@ -6,6 +6,11 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/webroot" # Location of package manifests
directory: "/build/javascript" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

Loading…
Cancel
Save