Skip to content

Commit

Permalink
chore: add dependabot configuration (#7307)
Browse files Browse the repository at this point in the history
# Description

This PR adds a dependabot configuration for the ecosystems used in the
project namelly:

- GitHub Actions
- Golang
- Devcontainer features (not base images)

The schedule is set to weekly (day is then Monday). 

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

## Additional Context

See discussion in
[Discord](https://discord.com/channels/1113519723347456110/1165003485457166346/1216821571717566535)
with @rynowak

Signed-off-by: lechnerc77 <[email protected]>
Co-authored-by: Ryan Nowak <[email protected]>
  • Loading branch information
lechnerc77 and rynowak authored Mar 14, 2024
1 parent f161e26 commit 3fe2f5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers"
directory: "/.devcontainer"
schedule:
interval: weekly

0 comments on commit 3fe2f5f

Please sign in to comment.