Skip to content

Commit

Permalink
Change branch name for dependabot and actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Sep 14, 2023
1 parent 085a643 commit a54b644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
target-branch: 'development'
target-branch: 'alpha'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
3 changes: 1 addition & 2 deletions .github/workflows/prettier_eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Prettier & ESLint
on:
push:
branches:
- development
- main
- alpha
pull_request:
types:
- opened
Expand Down

0 comments on commit a54b644

Please sign in to comment.