Skip to content

Commit

Permalink
add dependabot automation
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Jan 17, 2024
1 parent 1a04db7 commit 6945111
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/dependabot-auto-merge.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Dependabot Automation
on:
pull_request:

permissions:
pull-requests: write

jobs:
run:
uses: anchore/workflows/.github/workflows/dependabot-automation.yaml@dependabot-auto-approve

0 comments on commit 6945111

Please sign in to comment.