Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 7354a03

Browse files
Feature: Add dependent bot configuration and Update npm packages (#102)
* Add dependent_bot configuration * Update npm packages * Add dependent bot groups * Fix: reduce the dependent bot groups for simplicity * Update lint:css command
1 parent f769609 commit 7354a03

File tree

4 files changed

+11507
-6554
lines changed

4 files changed

+11507
-6554
lines changed

.github/workflows/dependent.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: '/'
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
reviwers:
9+
- "divyarajmasani"
10+
11+
- package-ecosystem: npm
12+
directory: '/'
13+
schedule:
14+
interval: monthly
15+
open-pull-requests-limit: 10
16+
versioning-strategy: increase
17+
reviwers:
18+
- "divyarajmasani"
19+
groups:
20+
production:
21+
dependency-type: "production"
22+
applies-to: version-updates
23+
update-types:
24+
- "minor"
25+
- "patch"
26+
development:
27+
dependency-type: "development"
28+
applies-to: version-updates
29+
update-types:
30+
- "minor"
31+
- "patch"
32+
33+
- package-ecosystem: composer
34+
directory: '/'
35+
schedule:
36+
interval: monthly
37+
open-pull-requests-limit: 10
38+
versioning-strategy: increase
39+
reviwers:
40+
- "divyarajmasani"
41+
groups:
42+
production:
43+
dependency-type: "production"
44+
applies-to: version-updates
45+
update-types:
46+
- "minor"
47+
- "patch"
48+
development:
49+
dependency-type: "development"
50+
applies-to: version-updates
51+
update-types:
52+
- "minor"
53+
- "patch"

languages/blank-theme.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-02-10T15:44:52+00:00\n"
12+
"POT-Creation-Date: 2025-02-11T11:04:12+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0-alpha\n"
1515
"X-Domain: blank-theme\n"

0 commit comments

Comments
 (0)