diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-10-01 16:07:15 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-10-01 16:11:29 +0200 |
| commit | 0e1c2ff198d90b7d940efbcc45222855f89841de (patch) | |
| tree | 272eaa0655f411c9f7d9c9b7c95fc1699de18505 /.github | |
| parent | 94e93a9b20ab89f46e6fe761ce94ec9820aaadbe (diff) | |
Configure Dependabot
Diffstat (limited to '.github')
| -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 |
