Skip to content

Commit

Permalink
Update dependabot-auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored Jul 31, 2023
1 parent 0ffce38 commit d240b90
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@ jobs:
secrets:
GITHUB_APP_ID: ${{ secrets.DEPENDAMERGE_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.DEPENDAMERGE_PRIVATE_KEY }}
with:
allowed-groups: |
{
"github_actions": [
"github-actions",
"my-actions",
],
"nuget": [
"analyzers",
"testing",
],
}
allowed-packages: |
{
"nuget": [
"rimraf",
"run-script",
],
}

0 comments on commit d240b90

Please sign in to comment.