Skip to content

Instantly share code, notes, and snippets.

@stfsy
Created December 29, 2021 14:57
Show Gist options
  • Save stfsy/39748b0db02bf76ddc0bccc0af324d2a to your computer and use it in GitHub Desktop.
Save stfsy/39748b0db02bf76ddc0bccc0af324d2a to your computer and use it in GitHub Desktop.
Dependabot configuration for Github Actions. Will check NPM dependencies and GitHub actions versions weekly and send a PR for outdated ones.
version: 2
updates:
- package-ecosystem: npm
assignees:
- stfsy
directory: /
schedule:
interval: weekly
versioning-strategy: increase
- package-ecosystem: github-actions
assignees:
- stfsy
directory: /
schedule:
interval: weekly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment