Skip to content

Commit

Permalink
ci: add github-actions to .github/dependabot.yml (#455)
Browse files Browse the repository at this point in the history
* ci: add github-actions to .github/dependabot.yml

Signed-off-by: donniean <[email protected]>

* chore: update scripts/github.deps.upgrade.sh

Signed-off-by: donniean <[email protected]>

---------

Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Jul 16, 2024
1 parent b74b6f6 commit fd2e886
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directories:
- '/'
schedule:
interval: daily

- package-ecosystem: github-actions
directories:
- '/'
schedule:
interval: daily
5 changes: 5 additions & 0 deletions scripts/github.deps.upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ pr() {
# pr_url=$(echo "$pr_output" | grep -o 'https://github\.com/[^ ]*')
gh pr merge --auto --squash
gh pr view --web

# checkout and pull
git checkout main
git branch -D chore
git pull --all --prune
}

names=(
Expand Down

0 comments on commit fd2e886

Please sign in to comment.