Skip to content

Commit

Permalink
chore: add dependabot to the repository (#83)
Browse files Browse the repository at this point in the history
## Description
A lot of dependencies are outdated, this adds dependabot to ensure that dependencies stay updated.

## Changes
<!--
- Detail the changes you have introduced.
- Highlight any new functionality.
-->

## Fixes <!-- #issueNumber -->

## Checklist
- [x] I have read the **CONTRIBUTING.md** document.
- [x] My code follows the code style of this project.
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [x] I have updated the documentation accordingly.
- [x] This change requires a change to the documentation on the website.

## Additional Information
<!-- Any additional information regarding this pull request. -->

---------

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
mrueg and ccoVeille authored Nov 27, 2024
1 parent c2eba88 commit 34f8dbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 10 # avoid spam, if no one reacts
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 10 # avoid spam, if no one reacts
schedule:
interval: "weekly"

0 comments on commit 34f8dbb

Please sign in to comment.