Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed May 19, 2022
1 parent a3f33c2 commit ded04b3
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,47 @@
version: 2

registries:

fortawesome:
type: npm-registry
url: https://npm.fontawesome.com/
token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
github-jonaharagon:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.TOKEN_GITHUB}}

updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
assignees:
- "jonaharagon"
reviewers:
- "jonaharagon"
labels:
- "fix:github_actions"
# Maintain dependencies for Git submodules
- package-ecosystem: "gitsubmodule"
directory: "/"
registries:
- github-jonaharagon
schedule:
interval: "daily"

- package-ecosystem: "npm"
assignees:
- "jonaharagon"
reviewers:
- "jonaharagon"
labels:
- "fix:submodules"
# Maintain dependencies for pipenv
- package-ecosystem: "pip"
directory: "/"
registries:
- fortawesome
- github-jonaharagon
schedule:
interval: "daily"
assignees:
- "jonaharagon"
reviewers:
- "jonaharagon"
labels:
- "fix:python"

0 comments on commit ded04b3

Please sign in to comment.