Skip to content

Commit

Permalink
feat: adds dependabot configuration for continous updates (oscal-comp…
Browse files Browse the repository at this point in the history
…ass#1647)

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 authored Aug 8, 2024
1 parent 2c4899a commit 4862c4a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directories: "/"
schedule:
interval: "weekly"
commit-message:
prefix: build
include: scope
reviewers:
- "oscal-compass/compliance-trestle-maintainers"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: build
include: scope
reviewers:
- "oscal-compass/compliance-trestle-maintainers"
open-pull-requests-limit: 10

0 comments on commit 4862c4a

Please sign in to comment.