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 7e3eef4 commit 992226dCopy full SHA for 992226d
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "13:00"
8
+ open-pull-requests-limit: 10
.github/workflows/codeql-analysis.yml
@@ -2,6 +2,8 @@ name: "Code scanning - action"
on:
push:
+ branches-ignore:
+ - 'dependabot/**'
pull_request:
schedule:
9
- cron: '0 13 * * 4'
0 commit comments