diff options
| -rw-r--r-- | .github/dependabot.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d2f7f6a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +updates: + - directory: / + package-ecosystem: gomod + rebase-strategy: auto + schedule: + timezone: Europe/Paris + interval: weekly + day: monday + assignees: + - nc0fr + reviewers: + - nc0fr + target-branch: master + - directory: / + package-ecosystem: github-actions + rebase-strategy: auto + schedule: + timezone: Europe/Paris + interval: weekly + day: monday + assignees: + - nc0fr + reviewers: + - nc0fr + target-branch: master |
