Skip to content

Commit

Permalink
Merge pull request #849 from govuk-one-login/dependabot-update
Browse files Browse the repository at this point in the history
Update dependabot configuration
  • Loading branch information
kalpaitch authored Aug 7, 2024
2 parents 741f73c + 4dc4bab commit f51d000
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
directories:
- "/express"
- "/backend/api"
- "/backend/cognito"
- "/"
schedule:
interval: daily
labels:
Expand All @@ -16,6 +20,17 @@ updates:
update-types:
- "minor"
- "patch"
dev-dependencies:
applies-to: version-updates
dependency-type: "development"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
- dependency-name: "@govuk-frontend"
update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit f51d000

Please sign in to comment.