Skip to content

Commit

Permalink
fix: bump functions deps and add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 5, 2023
1 parent 7f42ab6 commit bf1e18c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ updates:
interval: monthly
labels:
- dependencies
- package-ecosystem: npm
directory: functions/
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
19 changes: 11 additions & 8 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"firebase-admin": "^11.5.0",
"firebase-auth-arcgis-server-proxy": "^1.2.4",
"firebase-auth-arcgis-server-proxy": "^1.2.5",
"firebase-functions": "^4.2.1"
},
"engines": {
Expand Down

0 comments on commit bf1e18c

Please sign in to comment.