Skip to content

Commit

Permalink
Add Dependabot Configuration YAML (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 committed Jan 10, 2024
1 parent 62de12a commit 6363a2f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This is the configuration file for Dependabot. You can find configuration information below.
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Note: Dependabot has a configurable max open PR limit of 5

version: 2
updates:
# Maintain dependencies for Nailgun itself
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels:
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"

# Maintain dependencies for our GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"

0 comments on commit 6363a2f

Please sign in to comment.