Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro authored Aug 21, 2024
1 parent 094b5ab commit 1c0f161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ updates:
labels:
- "javascript"
- "dependencies"
ignore:
- dependency-name: "@types/mapbox-gl"
versions: "> 2.x"
- dependency-name: "@types/mapbox__mapbox-gl-draw"
versions: "> 1.4.6"
- dependency-name: "@types/node"
versions: ">= 22.x, < 23"
- dependency-name: maplibre-gl
versions: ">= 4.a, < 5"

# Enable version updates for Docker
- package-ecosystem: "docker"
Expand Down

0 comments on commit 1c0f161

Please sign in to comment.