Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
chore(template): sync with ahmadnassri/template-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 28, 2021
1 parent 48ad548 commit 52daa4d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ----------------------------------------------------------- #
# Note: this file originates in ahmadnassri/template-template #
# ----------------------------------------------------------- #

version: 2
updates:
- package-ecosystem: docker
- package-ecosystem: gitsubmodule
open-pull-requests-limit: 10
directory: /
commit-message:
Expand All @@ -10,6 +14,16 @@ updates:
schedule:
interval: daily

- package-ecosystem: github-actions
open-pull-requests-limit: 10
directory: /
commit-message:
prefix: chore
prefix-development: chore
include: scope
schedule:
interval: daily

- package-ecosystem: npm
open-pull-requests-limit: 10
directory: /
Expand All @@ -29,3 +43,13 @@ updates:
include: scope
schedule:
interval: daily

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

0 comments on commit 52daa4d

Please sign in to comment.