Created
October 27, 2023 05:44
-
-
Save nimboya/81efdbf595a5cc064748719ded758c9a to your computer and use it in GitHub Desktop.
Dependabot Config File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
registries: | |
my-npm-registry: | |
type: npm-registry | |
url: https://npm.pkg.github.com | |
token: {{ secrets.DEPENDABOT_PAT }} | |
updates: | |
- package-ecosystem: "npm" | |
directory: "/" | |
registries: | |
- "my-npm-registry" | |
open-pull-requests-limit: 10 | |
schedule: | |
interval: "daily" | |
timezone: "Africa/Lagos" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment