Skip to content

Commit

Permalink
Merge pull request #787 from CodeForPhilly/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
nlebovits authored Jul 18, 2024
2 parents 34b1f2c + a1387c5 commit 744474d
Showing 5 changed files with 439 additions and 379 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,25 @@ updates:
directory: '/'
schedule:
interval: 'daily'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'

- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: 'weekly'
target-branch: 'staging'
open-pull-requests-limit: 1
commit-message:
prefix: 'deps'
2 changes: 1 addition & 1 deletion data/src/Pipfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ name = "pypi"
jupyter = "*"
requests = "*"
pandas = "==2.1.4"
geopandas = "==0.14.2"
geopandas = "==1.0.1"
shapely = "*"
matplotlib = "*"
rasterio = "*"
Loading

0 comments on commit 744474d

Please sign in to comment.