Skip to content

Commit f4e6d39

Browse files
committed
Dropped next 13 and 14 support
Redis upgrade, revalidate tags migrated Redis upgrade Refactoring and cleanup Additional fixes Fixes Adds Dependabot configuration file Sets up Dependabot for automated dependency updates in a specific package. Configures weekly checks and ignores major version updates to prevent breaking changes. F Package upgrades F P Readme update
1 parent 56acd12 commit f4e6d39

23 files changed

+2758
-812
lines changed

.LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ MIT License
22

33
This extension is developed and maintained by Forte Digital. For more information about our products and services, visit [our website](https://fortedigital.com).
44

5-
Copyright (c) 2024 Forte_ Digital and Arseny Kruglikov
5+
This package was built on top of [`@neshca/cache-handler`](https://www.npmjs.com/package/@neshca/cache-handler).
6+
7+
Copyright (c) 2024 Forte\_ Digital and Arseny Kruglikov
68

79
Permission is hereby granted, free of charge, to any person obtaining a copy
810
of this software and associated documentation files (the "Software"), to deal

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directories:
7+
- "/packages/nextjs-cache-handler"
8+
schedule:
9+
interval: "weekly"
10+
ignore:
11+
- dependency-name: "*"
12+
update-types: ["version-update:semver-major"]
13+
groups:
14+
all-updates:
15+
applies-to: all
16+
patterns:
17+
- "*"
18+
update-types:
19+
- "minor"
20+
- "patch"

0 commit comments

Comments
 (0)