Skip to content

Commit

Permalink
Update packages and remove css and js (#24)
Browse files Browse the repository at this point in the history
* Update packages

* Add dependabot

* Remove js en css
  • Loading branch information
ricklambrechts authored Feb 13, 2024
1 parent 4c20247 commit c5cce42
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 84 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
40 changes: 20 additions & 20 deletions composer.lock

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

18 changes: 0 additions & 18 deletions package.json

This file was deleted.

Empty file removed resources/css/app.css
Empty file.
1 change: 0 additions & 1 deletion resources/js/app.js

This file was deleted.

28 changes: 0 additions & 28 deletions resources/js/bootstrap.js

This file was deleted.

17 changes: 0 additions & 17 deletions webpack.mix.js

This file was deleted.

0 comments on commit c5cce42

Please sign in to comment.