Skip to content

Commit 3f13576

Browse files
authored
1 parent bede997 commit 3f13576

File tree

4 files changed

+82
-59
lines changed

4 files changed

+82
-59
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,27 @@ updates:
1616
tinacms:
1717
patterns:
1818
- "@tinacms/*"
19-
- "tinacms"
19+
- "tinacms"
20+
21+
- package-ecosystem: "npm"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
labels:
26+
- "Type: Dependencies"
27+
commit-message:
28+
prefix: "⬆️ NPM"
29+
rebase-strategy: auto
30+
ignore:
31+
- dependency-name: "tinacms"
32+
- dependency-name: "@tinacms/*"
33+
34+
- package-ecosystem: "github-actions"
35+
directory: "/"
36+
schedule:
37+
interval: "weekly"
38+
labels:
39+
- "Type: Dependencies"
40+
commit-message:
41+
prefix: "⬆️ GitHub Actions"
42+
rebase-strategy: auto

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@biomejs/biome": "^2.3.3",
1919
"@svgr/webpack": "^8.1.0",
20-
"@tinacms/cli": "2.0.3",
20+
"@tinacms/cli": "2.0.5",
2121
"@types/js-cookie": "^3.0.6",
2222
"@types/node": "^22.19.3",
2323
"@types/react": "^19",
@@ -79,7 +79,7 @@
7979
"svg-react-loader": "^0.4.6",
8080
"tailwind-merge": "^3.4.0",
8181
"tailwindcss": "^4.1.18",
82-
"tinacms": "3.1.0",
82+
"tinacms": "3.1.2",
8383
"tw-animate-css": "^1.2.4",
8484
"unplugin-info": "^1.2.4",
8585
"usehooks-ts": "^3.1.1"

0 commit comments

Comments
 (0)