Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir committed Apr 4, 2024
1 parent 14a36dc commit 93a31e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot Dependency Submission

on:
push:
branches: [ 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 93a31e1

Please sign in to comment.