diff options
| author | Patrick Linnane <patrick@linnane.io> | 2025-04-01 21:09:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 00:09:46 -0400 |
| commit | 01c2e458435427014556e91e2bece71056d96e12 (patch) | |
| tree | e41e4f946b269f99a2e2000afc0434c1d29473c0 | |
| parent | fc237a16900362eac5395a424d88fe6381b4affa (diff) | |
| download | anubis-01c2e458435427014556e91e2bece71056d96e12.tar.xz anubis-01c2e458435427014556e91e2bece71056d96e12.zip | |
dependabot: enable (#189)
* dependabot: enable
Signed-off-by: Patrick Linnane <patrick@linnane.io>
* dependabot: group updates
Signed-off-by: Patrick Linnane <patrick@linnane.io>
---------
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/dependabot.yml | 28 | ||||
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dbe7232 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + groups: + gomod: + patterns: + - "*" + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + groups: + npm: + patterns: + - "*" diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index c40bc07..fabbff5 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed minor typos - Added `zizmor` for GitHub Actions static analysis - Fixed most `zizmor` findings +- Enabled Dependabot ## v1.15.1 |
