Skip to content

Instantly share code, notes, and snippets.

@nimboya
Created October 27, 2023 05:44
Show Gist options
  • Save nimboya/81efdbf595a5cc064748719ded758c9a to your computer and use it in GitHub Desktop.
Save nimboya/81efdbf595a5cc064748719ded758c9a to your computer and use it in GitHub Desktop.
Dependabot Config File
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