Skip to content

Commit

Permalink
build: configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 9, 2023
1 parent b27e97f commit cc9b05c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 128 deletions.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

26 changes: 0 additions & 26 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
34 changes: 0 additions & 34 deletions .github/workflows/pull-request.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/scan-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Scan Pull Request

on:
pull_request:
branches: [ main ]
types: [opened, edited, synchronize, reopened, labeled, unlabeled]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
trigger-workflow:
uses: eclipse-edc/.github/.github/workflows/scan-pull-request.yml@main
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc9b05c

Please sign in to comment.