diff options
| author | Tomas Aschan <[email protected]> | 2025-08-29 21:59:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-29 21:59:56 +0200 |
| commit | fd649b20e66a30631ee35bba78164180d02730d4 (patch) | |
| tree | 321b27604470eed0b00615ea41f0f32f9bf8104a /.github/dependabot.yaml | |
| parent | d66f0ce2a7f887f0ff5f5af48649f3a01b3f0566 (diff) | |
| parent | 1db553c27f5b9952dbb6484ed9999547b9e7dfb2 (diff) | |
Merge branch 'master' into fix-errhelp
Diffstat (limited to '.github/dependabot.yaml')
| -rw-r--r-- | .github/dependabot.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..73aa36f --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily |
