mirror of
https://github.com/google/gops.git
synced 2024-11-19 20:31:58 +02:00
ci: add dependabot config (#176)
This commit is contained in:
parent
9069aa4d19
commit
12769e9c68
15
.github/dependabot.yml
vendored
Normal file
15
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 1
|
||||
rebase-strategy: disabled
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 5
|
||||
rebase-strategy: disabled
|
Loading…
Reference in New Issue
Block a user