Skip to content

Commit 4b0156a

Browse files
chore(deps): Upgrade to GitHub-native Dependabot (#25)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 7b0d28e commit 4b0156a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
registries:
3+
git-github-com:
4+
type: git
5+
url: https://github.com
6+
username: x-access-token
7+
password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}"
8+
9+
updates:
10+
- package-ecosystem: gomod
11+
directory: "/"
12+
schedule:
13+
interval: daily
14+
time: "10:00"
15+
open-pull-requests-limit: 10
16+
registries:
17+
- git-github-com

0 commit comments

Comments
 (0)