Skip to content

Commit

Permalink
ci(SPV-992): use dependabot update groups (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski authored Aug 13, 2024
1 parent 7511c0c commit 158677e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# Basic dependabot.yml to update npm and Github Actions

version: 2
updates:
- package-ecosystem: 'npm'
target-branch: 'main'
directory: '/'
# Maintain dependencies for the codebase
- package-ecosystem: "npm"
target-branch: "main"
directories:
- "/"
- "/examples"
schedule:
interval: 'daily'
# Check for npm updates at 10am UTC (5am EST)
time: '10:00'
ignore:
- dependency-name: "@types/bsv"
- dependency-name: "bsv"
reviewers:
- 'mrz1836'
assignees:
- 'mrz1836'
# Labels must be created first
interval: "weekly"
day: "monday"
labels:
- 'chore'
- "dependencies"
groups:
go_modules:
update-types:
- "minor"
- "patch"
- "major"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -27,10 +26,11 @@ updates:
schedule:
interval: "weekly"
day: "monday"
reviewers:
- "mrz1836"
assignees:
- "mrz1836"
labels:
- "chore"
open-pull-requests-limit: 10
- "dependencies"
groups:
gh_actions:
update-types:
- "minor"
- "patch"
- "major"

0 comments on commit 158677e

Please sign in to comment.