Update docker/build-push-action action to v7 #81

Open
renovate-bot wants to merge 56 commits from renovate/docker-build-push-action-7.x into master
Showing only changes of commit a277477fc5 - Show all commits
+5 -1
View File
@@ -2,7 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"baseBranchPatterns": ["next"],
"ignorePaths": ["./packages/webapp/public/98.css/**"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"packages/webapp/public/98.css/**"
],
"packageRules": [
{
"matchManagers": ["bun", "npm"],