Skip to content

Commit

Permalink
Test more workflows (#24)
Browse files Browse the repository at this point in the history
* Refactor code in SabHero class.

* Add paths to trigger the workflow on changes to package.json, package-lock.json, composer.json, composer.lock, and .github/workflows/** files in pull requests to the main branch.

* Refactor dependabot auto-merge workflow to update branch with latest from main instead of development, and add a step to wait for status checks to pass before merging.

* Refactor dependabot-auto-merge.yml to remove commented out code and fix indentation. These changes were made to improve code readability and maintainability.

* Updated the condition for running the dependabot job to include the dependabot actor, ensuring that the job is only executed when triggered by the dependabot.

* Remove composer.lock from .gitignore to track changes in composer.lock file.

* Test

* Add Laravel Sail dependency to composer.json file. This change was made to include Laravel Sail as a required package for the project.
  • Loading branch information
thejmitchener authored Oct 21, 2024
1 parent 152d011 commit 2fd2480
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"require": {
"php": "^8.2",
"laravel/sail": "1.35.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
Expand Down
139 changes: 137 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fd2480

Please sign in to comment.