mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
28 lines
548 B
YAML
28 lines
548 B
YAML
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"
|