Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
8588c45
chore(deps): bump ajv from 6.12.6 to 6.14.0
dependabot[bot] Mar 17, 2026
d6e58db
chore(deps): bump flatted from 3.4.1 to 3.4.2
dependabot[bot] Mar 21, 2026
c78abbb
chore(deps): bump yaml from 1.10.2 to 1.10.3
dependabot[bot] Mar 25, 2026
f1e0a42
chore(deps): bump brace-expansion from 1.1.12 to 1.1.14
dependabot[bot] Apr 21, 2026
2ad95c4
chore(deps): bump @babel/plugin-transform-modules-systemjs
dependabot[bot] May 9, 2026
15b114b
chore(deps-dev): bump vite from 7.2.6 to 7.3.3
dependabot[bot] May 18, 2026
b8efff6
chore(deps): bump postcss from 8.5.6 to 8.5.14
dependabot[bot] May 18, 2026
823c5ff
added permanent repo-level rule to keep major versions of react and vite
saumier May 19, 2026
4975c38
allow minor and patch updates proposed by Dependabot
saumier May 19, 2026
a24498b
Added grouping for minor/patch version updates only
saumier May 19, 2026
846f029
Merge pull request #65 from culturecreates/dependabot/npm_and_yarn/aj…
AbhishekPAnil May 21, 2026
66da57e
Merge pull request #66 from culturecreates/dependabot/npm_and_yarn/fl…
AbhishekPAnil May 21, 2026
48a3967
Merge pull request #67 from culturecreates/dependabot/npm_and_yarn/ya…
AbhishekPAnil May 21, 2026
8d53670
Merge pull request #73 from culturecreates/dependabot/npm_and_yarn/br…
AbhishekPAnil May 21, 2026
64da3ee
Merge pull request #78 from culturecreates/dependabot/npm_and_yarn/po…
AbhishekPAnil May 21, 2026
b8a655b
Merge pull request #76 from culturecreates/dependabot/npm_and_yarn/ba…
AbhishekPAnil May 21, 2026
6ed1ed2
Merge pull request #77 from culturecreates/dependabot/npm_and_yarn/vi…
AbhishekPAnil May 21, 2026
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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
non-major-version-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
Loading
Loading