mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-25 07:29:37 -05:00
Update dependabot configuration
This commit is contained in:
parent
a3f33c2ea0
commit
6d7bacd22a
32
.github/dependabot.yml
vendored
32
.github/dependabot.yml
vendored
@ -1,27 +1,29 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
registries:
|
|
||||||
|
|
||||||
fortawesome:
|
|
||||||
type: npm-registry
|
|
||||||
url: https://npm.fontawesome.com/
|
|
||||||
token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
|
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "jonaharagon"
|
||||||
|
reviewers:
|
||||||
|
- "jonaharagon"
|
||||||
|
labels:
|
||||||
|
- "fix:github_actions"
|
||||||
|
|
||||||
- package-ecosystem: "bundler" # See documentation for possible values
|
# Maintain dependencies for pipenv
|
||||||
directory: "/" # Location of package manifests
|
- package-ecosystem: "pip"
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
directory: "/"
|
||||||
registries:
|
ignore:
|
||||||
- fortawesome
|
- dependency-name: "mkdocs-material"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "jonaharagon"
|
||||||
|
reviewers:
|
||||||
|
- "jonaharagon"
|
||||||
|
labels:
|
||||||
|
- "fix:python"
|
||||||
|
Loading…
Reference in New Issue
Block a user