Skip to content

Commit 8af885d

Browse files
dependabot config
Signed-off-by: Barabanov <[email protected]>
1 parent 4838ca8 commit 8af885d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: /
5+
schedule:
6+
interval: "weekly"
7+
target-branch: "master"
8+
groups:
9+
github-actions-dependency:
10+
applies-to: version-updates
11+
patterns:
12+
- "*"
13+
- package-ecosystem: pip
14+
directory: /src/python
15+
schedule:
16+
interval: weekly
17+
target-branch: "master"

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
scanners: "vuln,secret,config"
8181
format: "sarif"
8282
timeout: "15m"
83-
ignore_unfixed: "false"
83+
ignore_unfixed: "false"

0 commit comments

Comments
 (0)