Skip to content

Commit

Permalink
ci: add @dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 27, 2022
1 parent 2fda3e6 commit d776443
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Dependabot Configuration
#
# References:
#
# - https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: ci
include: scope
labels:
- scope:dependencies
- type:ci
reviewers:
- flex-development/dependabot-review
- flexdevelopment
- package-ecosystem: npm
directory: /
schedule:
interval: daily
commit-message:
prefix: build
include: scope
ignore:
- dependency-name: typescript
labels:
- scope:dependencies
- type:build
reviewers:
- flex-development/dependabot-review
- flexdevelopment

0 comments on commit d776443

Please sign in to comment.