Skip to content

Commit

Permalink
Merge pull request #406 from alliance-genome/KANBAN-607_reduce-depend…
Browse files Browse the repository at this point in the history
…abot-churn

Enabled next.js patch version autoupdates
  • Loading branch information
mluypaert authored Oct 10, 2024
2 parents 19f106d + 43b8eba commit faff4b0
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 236 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ updates:
- dependency-name: "constructs"
- dependency-name: "boto3"
- dependency-name: "botocore"
- dependency-name: "dnspython"
- dependency-name: "email-validator"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
Expand Down Expand Up @@ -243,6 +245,15 @@ updates:
update-types:
- version-update:semver-patch
- version-update:semver-minor
- dependency-name: "next"
update-types:
- version-update:semver-patch
- dependency-name: "eslint-config-next"
update-types:
- version-update:semver-patch
- dependency-name: "@tsconfig/next"
update-types:
- version-update:semver-patch
schedule:
interval: "monthly"
open-pull-requests-limit: 5
Loading

0 comments on commit faff4b0

Please sign in to comment.