Skip to content

Commit 992226d

Browse files
committed
Use dependabot
1 parent 7e3eef4 commit 992226d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
pull_request:
68
schedule:
79
- cron: '0 13 * * 4'

0 commit comments

Comments
 (0)