Bump versions, slow down dependabot updates

This commit is contained in:
Bryan Housel 2022-12-08 17:54:31 -05:00
parent a62c21b70d
commit d7d7d84474
2 changed files with 10 additions and 12 deletions

View file

@ -6,10 +6,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
# Configure check for outdated GitHub Actions actions in workflows.
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/" # Check the repository's workflows under /.github/workflows/
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

View file

@ -101,9 +101,9 @@
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ideditor/location-conflation": "1.0.2",
"@ideditor/nsi-collector": "^1.0.20221127",
@ -111,10 +111,10 @@
"@mapbox/geojson-rewind": "^0.5.2",
"@openstreetmap/id-tagging-schema": "~5.1.0",
"c8": "^7.12.0",
"chalk": "5.1.2",
"chalk": "5.2.0",
"clear": "^0.1.0",
"esbuild": "^0.16.2",
"eslint": "^8.22.0",
"eslint": "^8.29.0",
"fs-extra": "^11.1.0",
"geojson-bounds": "^1.0.2",
"geojson-precision": "^1.0.0",
@ -122,7 +122,7 @@
"json5": "^2.2.1",
"jsonschema": "^1.4.1",
"locale-compare": "^2.0.0",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.0",
"npm-run-all": "^4.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@ -130,7 +130,7 @@
"regenerator-runtime": "^0.13.5",
"safe-regex": "^2.1.1",
"shelljs": "^0.8.5",
"tap": "^16.3.0",
"tap": "^16.3.2",
"twitter": "^1.7.1",
"whatwg-fetch": "^3.6.2",
"wikibase-edit": "^5.0.3",