Browse Source

Add dependabot configuration.

pull/19/head
Fredrik Ekre 1 year ago
parent
commit
b7a3fa44f7
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 7
      .github/dependabot.yml

7
.github/dependabot.yml

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
Loading…
Cancel
Save