Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Nov 7, 2023
1 parent a2cbdde commit b296bf8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0

version: 2
updates:

# workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
all:
patterns:
- "minor"
- "patch"

0 comments on commit b296bf8

Please sign in to comment.