Skip to content

Commit

Permalink
ci: fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jun 7, 2023
1 parent 669cf6a commit aa8bcd1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .github/dependabot-template.yml

This file was deleted.

20 changes: 18 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# ---------------------------------------------------- #
# Note: this file originates in template-action-docker #
# ---------------------------------------------------- #

version: 2
updates:
- package-ecosystem: github-actions
- package-ecosystem: npm
open-pull-requests-limit: 10
directory: /action
commit-message:
prefix: build
prefix-development: chore
include: scope
schedule:
interval: daily
time: "10:00"
timezone: America/Toronto

- package-ecosystem: docker
open-pull-requests-limit: 10
directory: /
commit-message:
prefix: chore
prefix: build
prefix-development: chore
include: scope
schedule:
Expand Down

0 comments on commit aa8bcd1

Please sign in to comment.