Skip to content

Commit

Permalink
ci: changed dependabot to working version from jslogger
Browse files Browse the repository at this point in the history
  • Loading branch information
CptSchnitz authored Sep 23, 2024
1 parent a010c08 commit 1f25103
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ updates:
schedule:
interval: weekly
allow:
- dependency-type: production
- 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 +28,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 1f25103

Please sign in to comment.