We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053be32 + 35b1286 commit c576875Copy full SHA for c576875
.github/workflows/linting.yml
@@ -1,8 +1,10 @@
1
name: Lint Project
2
3
on:
4
- - push
5
- - pull_request
+ push:
+ branches: [main]
6
+ pull_request:
7
+ types: [opened, synchronize]
8
9
env:
10
CI: true
renovate.json5
@@ -8,12 +8,14 @@
schedule: "every 2 months on the first day of the month",
packageRules: [
{
11
+ groupName: "All NPM Dependencies",
12
matchManagers: ["npm"],
13
rangeStrategy: "pin",
14
minimumReleaseAge: "30 days",
15
abandonmentThreshold: "2 years",
16
},
17
18
+ groupName: "All Github Actions",
19
matchManagers: ["github-actions"],
20
minimumReleaseAge: "7 days",
21
abandonmentThreshold: "1 year",
0 commit comments