Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from component template #167

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Update from component template #167

merged 2 commits into from
Jun 14, 2024

Conversation

vshnbot
Copy link

@vshnbot vshnbot commented Jun 7, 2024

Template version: main (ea12eff)

@vshnbot vshnbot force-pushed the template-sync branch 2 times, most recently from fa548ad to cf4a616 Compare June 10, 2024 12:28
Template version: main (ea12eff)
@vshnbot
Copy link
Author

vshnbot commented Jun 13, 2024

Component update was only partially successful. Please check the PR carefully.

Rejected patches:

diff a/renovate.json b/renovate.json	(rejected hunks)
@@ -7,27 +7,34 @@
   "ignorePaths": [
     ".github/**"
   ],
+  "labels": [
+    "dependency"
+  ],
+  "separateMinorPatch": true,
   "postUpgradeTasks": {
     "commands": [
       "make gen-golden-all"
     ],
-    "fileFilters": [ "tests/golden/**" ],
+    "fileFilters": [
+      "tests/golden/**"
+    ],
     "executionMode": "update"
   },
-  "suppressNotifications": [ "artifactErrors" ],
-  "labels": [
-    "dependency"
+  "suppressNotifications": [
+    "artifactErrors"
   ],
-  "separateMinorPatch": true,
   "packageRules": [
     {
-      "matchUpdateTypes": ["patch"],
+      "matchUpdateTypes": [
+        "patch"
+      ],
       "matchCurrentVersion": "!/^v?0\\./",
       "automerge": true,
       "platformAutomerge": false,
       "labels": [
         "dependency",
-        "automerge"
+        "automerge",
+        "bump:patch"
       ]
     }
   ]

@haasad haasad merged commit a244bd7 into master Jun 14, 2024
11 checks passed
@haasad haasad deleted the template-sync branch June 14, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants