Skip to content

Commit

Permalink
Add Dependabot dependency submission task
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Mar 29, 2024
1 parent eae00b4 commit 5643e63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependabot Dependency Submission

on: [ push ]
#branches: [ main ] # TODO Uncomment after testing. We only want to run Dependabot dependency submission on pushes to main

permissions:
contents: write

jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit 5643e63

Please sign in to comment.