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.
1 parent 4838ca8 commit 8af885dCopy full SHA for 8af885d
.github/dependabot.yml
@@ -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
16
+ interval: weekly
17
.github/workflows/security-scan.yml
@@ -80,4 +80,4 @@ jobs:
80
scanners: "vuln,secret,config"
81
format: "sarif"
82
timeout: "15m"
83
- ignore_unfixed: "false"
+ ignore_unfixed: "false"
0 commit comments