Skip to content

Commit

Permalink
Add dependabot support
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Oct 17, 2024
1 parent 114c528 commit 902aef1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "./.github/workflows"
schedule:
interval: "monthly"
day: "monday"
timezone: "Europe/Paris"
groups:
gh-dependency:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
timezone: "Europe/Paris"

- package-ecosystem: "docker"
directory: "./docker"
schedule:
interval: "monthly"
day: "monday"
timezone: "Europe/Paris"
groups:
docker-dependency:
patterns:
- "*"

0 comments on commit 902aef1

Please sign in to comment.