Skip to content

Commit

Permalink
Setup dependabot for the project. (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz committed Mar 12, 2024
1 parent 0e4d022 commit 9aa0963
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1

# Dependabot config that checks version updates for go.mod packages and docker
# images, and also checks only for security updates for GitHub actions.
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Disable version updates and only check security updates for GitHub
# actions, since we can't bump the versions until they're on our allow-list
open-pull-requests-limit: 0
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dist/
.idea

0 comments on commit 9aa0963

Please sign in to comment.