Skip to content

Commit c576875

Browse files
authored
Merge pull request #8 from ghazi-git/renovate/reconfigure
Renovate/reconfigure
2 parents 053be32 + 35b1286 commit c576875

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Lint Project
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches: [main]
6+
pull_request:
7+
types: [opened, synchronize]
68

79
env:
810
CI: true

renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
schedule: "every 2 months on the first day of the month",
99
packageRules: [
1010
{
11+
groupName: "All NPM Dependencies",
1112
matchManagers: ["npm"],
1213
rangeStrategy: "pin",
1314
minimumReleaseAge: "30 days",
1415
abandonmentThreshold: "2 years",
1516
},
1617
{
18+
groupName: "All Github Actions",
1719
matchManagers: ["github-actions"],
1820
minimumReleaseAge: "7 days",
1921
abandonmentThreshold: "1 year",

0 commit comments

Comments
 (0)