Skip to content

Commit 927651d

Browse files
authored
Update Scheduled Vulnerability Check and Dependabot configuration (#2284)
1 parent f168d33 commit 927651d

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ updates:
4242
- "scalar-labs/scalardb"
4343

4444
- package-ecosystem: "github-actions"
45-
target-branch: "3.13"
45+
target-branch: "3.14"
4646
groups:
47-
actions on branch 3.13:
47+
actions on branch 3.14:
4848
patterns:
4949
- "*"
5050
directory: "/"
@@ -54,9 +54,9 @@ updates:
5454
- "scalar-labs/scalardb"
5555

5656
- package-ecosystem: "github-actions"
57-
target-branch: "3.12"
57+
target-branch: "3.13"
5858
groups:
59-
actions on branch 3.12:
59+
actions on branch 3.13:
6060
patterns:
6161
- "*"
6262
directory: "/"
@@ -66,9 +66,9 @@ updates:
6666
- "scalar-labs/scalardb"
6767

6868
- package-ecosystem: "github-actions"
69-
target-branch: "3.11"
69+
target-branch: "3.12"
7070
groups:
71-
actions on branch 3.11:
71+
actions on branch 3.12:
7272
patterns:
7373
- "*"
7474
directory: "/"
@@ -78,9 +78,9 @@ updates:
7878
- "scalar-labs/scalardb"
7979

8080
- package-ecosystem: "github-actions"
81-
target-branch: "3.10"
81+
target-branch: "3.11"
8282
groups:
83-
actions on branch 3.10:
83+
actions on branch 3.11:
8484
patterns:
8585
- "*"
8686
directory: "/"
@@ -90,14 +90,13 @@ updates:
9090
- "scalar-labs/scalardb"
9191

9292
- package-ecosystem: "github-actions"
93-
target-branch: "3.9"
93+
target-branch: "3.10"
9494
groups:
95-
actions on branch 3.9:
95+
actions on branch 3.10:
9696
patterns:
9797
- "*"
9898
directory: "/"
9999
schedule:
100100
interval: "weekly"
101101
reviewers:
102102
- "scalar-labs/scalardb"
103-

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ jobs:
1616
CR_PAT: ${{ secrets.CR_PAT }}
1717
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
1818

19-
call-vuln-check-for-v3_9:
20-
uses: ./.github/workflows/vuln-check.yaml
21-
with:
22-
target-ref: v3.9
23-
find-latest-release: true
24-
secrets:
25-
CR_PAT: ${{ secrets.CR_PAT }}
26-
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
27-
2819
call-vuln-check-for-v3_10:
2920
uses: ./.github/workflows/vuln-check.yaml
3021
with:
@@ -60,3 +51,12 @@ jobs:
6051
secrets:
6152
CR_PAT: ${{ secrets.CR_PAT }}
6253
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
54+
55+
call-vuln-check-for-v3_14:
56+
uses: ./.github/workflows/vuln-check.yaml
57+
with:
58+
target-ref: v3.14
59+
find-latest-release: true
60+
secrets:
61+
CR_PAT: ${{ secrets.CR_PAT }}
62+
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 commit comments

Comments
 (0)