Skip to content

Commit 75c1dfb

Browse files
[skip-changelog] Upgrade to GitHub-native Dependabot (#636)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 7b677fe commit 75c1dfb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: go.bug.st/serial
10+
versions:
11+
- 1.1.2
12+
- 1.1.3
13+
- dependency-name: github.com/sirupsen/logrus
14+
versions:
15+
- 1.7.1
16+
- package-ecosystem: github-actions
17+
directory: "/"
18+
schedule:
19+
interval: daily
20+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)