Skip to content

Commit

Permalink
Merge branch 'main' into pmtiles_s3
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 22, 2024
2 parents f427bbe + 40fe091 commit 831bc08
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 294 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,27 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
all-actions-version-updates:
applies-to: version-updates
patterns:
- "*"
all-actions-security-updates:
applies-to: security-updates
patterns:
- "*"
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "02:00"
open-pull-requests-limit: 10
groups:
all-cargo-version-updates:
applies-to: version-updates
patterns:
- "*"
all-cargo-security-updates:
applies-to: security-updates
patterns:
- "*"
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,9 @@ jobs:
fail-fast: true
matrix:
include:
- target: x86_64-apple-darwin
os: macos-13
# temporary disabled due to an issue with homebrew which is difficult to debug
# - target: x86_64-apple-darwin
# os: macos-13
- target: x86_64-pc-windows-msvc
os: windows-latest
ext: '.exe'
Expand Down
Loading

0 comments on commit 831bc08

Please sign in to comment.