Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkaatz committed Oct 10, 2023
1 parent 1503c4f commit 4c22fb1
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 31 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@ updates:
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[bundler] "
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
rebase-strategy: "auto"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[npm] "
prefix-development: "[npm dev] "
58 changes: 30 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "gulpfile.babel.js",
"devDependencies": {
"@digitalservice4germany/style-dictionary": "^2.0.0",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "^2.29.3",
Expand Down

0 comments on commit 4c22fb1

Please sign in to comment.