1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-24 11:49:20 +00:00

Configure Dependabot

This commit is contained in:
2021-05-02 00:26:12 -05:00
parent 69301d6a66
commit e2e35554b2
5 changed files with 43 additions and 21 deletions

27
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
version: 2
registries:
fortawesome:
type: npm-registry
url: https://npm.fontawesome.com/
token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
registries:
- fortawesome
schedule:
interval: "daily"