Skip to content

Commit

Permalink
chore(.github): update
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 10, 2023
1 parent 4c4ee9b commit f0a7043
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
38 changes: 34 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
version: 2
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
versioning-strategy: increase
open-pull-requests-limit: 20
reviewers:
- AliMD
schedule:
interval: daily
labels:
- ci
- priority-low
- maintenance
groups:
github-actions:
patterns:
- '*'

- package-ecosystem: docker
directory: /
versioning-strategy: increase
open-pull-requests-limit: 20
reviewers:
- AliMD
schedule:
interval: "daily"
interval: daily
labels:
- ci
- priority-low
- maintenance
# groups:
# github-actions:
# patterns:
# - '*'
3 changes: 0 additions & 3 deletions .github/pull_request_template.md

This file was deleted.

0 comments on commit f0a7043

Please sign in to comment.