Skip to content

Commit 14d0d3e

Browse files
authored
Update scheduled vulnerability check and Dependabot configuration (#284)
1 parent 280c5e0 commit 14d0d3e

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12-
reviewers:
13-
- "scalar-labs/scalardl"
1412
ignore:
1513
- dependency-name: "*"
1614
update-types: [ "version-update:semver-major" ]
@@ -28,8 +26,6 @@ updates:
2826
directory: "/"
2927
schedule:
3028
interval: "weekly"
31-
reviewers:
32-
- "scalar-labs/scalardl"
3329

3430
- package-ecosystem: "github-actions"
3531
target-branch: "3"
@@ -40,8 +36,16 @@ updates:
4036
directory: "/"
4137
schedule:
4238
interval: "weekly"
43-
reviewers:
44-
- "scalar-labs/scalardl"
39+
40+
- package-ecosystem: "github-actions"
41+
target-branch: "3.12"
42+
groups:
43+
actions on branch 3.12:
44+
patterns:
45+
- "*"
46+
directory: "/"
47+
schedule:
48+
interval: "weekly"
4549

4650
- package-ecosystem: "github-actions"
4751
target-branch: "3.11"
@@ -52,8 +56,6 @@ updates:
5256
directory: "/"
5357
schedule:
5458
interval: "weekly"
55-
reviewers:
56-
- "scalar-labs/scalardl"
5759

5860
- package-ecosystem: "github-actions"
5961
target-branch: "3.10"
@@ -64,8 +66,6 @@ updates:
6466
directory: "/"
6567
schedule:
6668
interval: "weekly"
67-
reviewers:
68-
- "scalar-labs/scalardl"
6969

7070
- package-ecosystem: "github-actions"
7171
target-branch: "3.9"
@@ -76,5 +76,3 @@ updates:
7676
directory: "/"
7777
schedule:
7878
interval: "weekly"
79-
reviewers:
80-
- "scalar-labs/scalardl"

.github/workflows/scheduled-vuln-check.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
find-latest-release: true
3737
secrets:
3838
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
39+
40+
call-vuln-check-for-v3_12:
41+
uses: ./.github/workflows/vuln-check.yaml
42+
with:
43+
target-ref: v3.12
44+
find-latest-release: true
45+
secrets:
46+
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 commit comments

Comments
 (0)