Skip to content

Commit

Permalink
ci: Skip CI with dependabot updates (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <[email protected]>
  • Loading branch information
mbtamuli authored Jan 19, 2024
1 parent 7f61789 commit 1c2651f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[skip ci]"
include: "scope"
1 change: 1 addition & 0 deletions docs/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ There are a few [GitHub Workflows](https://docs.github.com/en/actions/using-work
- `awaiting-approval`
- `work-in-progress`
- `help-wanted`
- [Dependabot](../.github/dependabot.yml) - [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide#about-dependabot) is currently being used to [keep the GitHub Actions up to date](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)

0 comments on commit 1c2651f

Please sign in to comment.