Skip to content

Commit

Permalink
Merge pull request #1277 from getsops/enable-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Sep 12, 2023
2 parents a60045a + 0dff2ec commit 837beb4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2

updates:
- package-ecosystem: "docker"
directory: "/"
labels: ["dependencies"]
schedule:
# By default, this will be on a Monday.
interval: "weekly"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
docker:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
labels: ["area/CI", "dependencies"]
schedule:
# By default, this will be on a Monday.
interval: "weekly"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
labels: ["dependencies"]
schedule:
# By default, this will be on a Monday.
interval: "weekly"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
go:
patterns:
- "*"

0 comments on commit 837beb4

Please sign in to comment.