diff options
| author | Christian Cleberg <[email protected]> | 2026-07-14 19:20:03 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-14 19:20:03 -0500 |
| commit | f4afe364c1885b55d3bd92d1aa2f00c4bb7c8ee2 (patch) | |
| tree | ed7af8f848be1128fac9bf4370bea40f2ee63b8f | |
| parent | 8a52a60b14aa510983c173825e16636fca73dac9 (diff) | |
| download | skunky-art-f4afe364c1885b55d3bd92d1aa2f00c4bb7c8ee2.tar.gz skunky-art-f4afe364c1885b55d3bd92d1aa2f00c4bb7c8ee2.tar.bz2 skunky-art-f4afe364c1885b55d3bd92d1aa2f00c4bb7c8ee2.zip | |
Set package ecosystem to 'gomod' in dependabot config
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cd88554 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |
