Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ MIT License

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

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

Copyright (c) 2024 Forte\_ Digital and Arseny Kruglikov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directories:
- "/packages/nextjs-cache-handler"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
all-updates:
applies-to: all
patterns:
- "*"
update-types:
- "minor"
- "patch"
Loading