Skip to content

Commit db83bbb

Browse files
committed
Add dependabot.yml
1 parent 3e06f33 commit db83bbb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
#open-pull-requests-limit: 1
8+
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
#open-pull-requests-limit: 1

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
[![Pages](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/pages.yaml?logo=github&label=pages)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/pages.yaml)
2-
[![Lint](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/lint.yaml?logo=github&label=lint)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/lint.yaml)
1+
[![GitHub Deployments](https://img.shields.io/github/deployments/cssnr/stack-deploy-docs/github-pages?logo=github&label=deploy)](https://github.com/cssnr/stack-deploy-docs/deployments)
2+
[![GitHub Pages](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/pages.yaml?logo=cachet&label=pages)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/pages.yaml)
3+
[![GitHub Lint](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/lint.yaml?logo=cachet&label=lint)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/lint.yaml)
34
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/stack-deploy-docs?logo=vitepress&logoColor=white&label=updated)](https://github.com/cssnr/stack-deploy-docs/pulse)
5+
[![GitHub Contributors](https://img.shields.io/github/contributors/cssnr/zipline-android-docs?logo=github)](https://github.com/cssnr/zipline-android-docs/graphs/contributors)
46
[![GitHub Repo Size](https://img.shields.io/github/repo-size/cssnr/stack-deploy-docs?logo=bookstack&logoColor=white&label=repo%20size)](https://github.com/cssnr/stack-deploy-docs)
57
[![GitHub Discussions](https://img.shields.io/github/discussions/cssnr/stack-deploy-action?logo=github)](https://github.com/cssnr/stack-deploy-action/discussions)
68
[![GitHub Repo Stars](https://img.shields.io/github/stars/cssnr/stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/stack-deploy-action)

0 commit comments

Comments
 (0)