Skip to content

Commit

Permalink
ci: added target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CptSchnitz authored Sep 23, 2024
1 parent 1f25103 commit 0d5ae96
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ version: 2
updates:
# deps
- package-ecosystem: npm
target-branch: 'master'
schedule:
interval: weekly
allow:
- dependency-type: production
directory: /
commit-message:
prefix: "build(deps)"
prefix: 'build(deps)'
groups:
map-colonies:
patterns:
- "@map-colonies/*"
- '@map-colonies/*'
opentelemetry:
patterns:
- "@opentelemetry/*"
- '@opentelemetry/*'
patch:
update-types:
- patch
Expand All @@ -28,25 +29,25 @@ updates:
- dependency-type: development
directory: /
commit-message:
prefix: "build(dev-deps)"
prefix: 'build(dev-deps)'
groups:
map-colonies:
patterns:
- "@map-colonies/*"
- '@map-colonies/*'
opentelemetry:
patterns:
- "@opentelemetry/*"
- '@opentelemetry/*'
types:
patterns:
- "@types/*"
- '@types/*'
dev-patch:
update-types:
- patch

# github deps
- package-ecosystem: github-actions
schedule:
schedule:
interval: weekly
commit-message:
prefix: "ci(deps)"
directory: "/"
prefix: 'ci(deps)'
directory: '/'

0 comments on commit 0d5ae96

Please sign in to comment.