Skip to content

Instantly share code, notes, and snippets.

@guibranco
Last active September 17, 2023 06:06
Show Gist options
  • Save guibranco/de7a4e0038e28b9bfcb9b21cc6bbbf22 to your computer and use it in GitHub Desktop.
Save guibranco/de7a4e0038e28b9bfcb9b21cc6bbbf22 to your computer and use it in GitHub Desktop.
Sample dependabot.yml file to update Docker, GitHub-actions, NPM and Nuget outdated versions. Assign, request review and labeling the PR
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "docker"
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "github-actions"
- "dependencies"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "npm"
- "JavaScript"
- "dependencies"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 50
assignees:
- "guibranco"
reviewers:
- "guibranco"
labels:
- "nuget"
- ".NET"
- "dependencies"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment