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

chore(ci): batch all dependabot PR's #61

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

hutchic
Copy link
Collaborator

@hutchic hutchic commented May 8, 2024

No description provided.

@hutchic
Copy link
Collaborator Author

hutchic commented May 8, 2024

Template Repository Sync Report

Found 1 file to update in 1 repositories

docker-k8s

.github/dependabot.yml
--- .github/dependabot.yml
+++ .github/dependabot.yml
@@ -4,8 +4,15 @@
 - package-ecosystem: pip
   directory: /
   schedule:
     interval: weekly
+  groups:
+    patch:
+      applies-to: version-updates
+      patterns:
+        - "*"
+      update-types:
+        - "patch"
 
 - package-ecosystem: docker
   directory: /
   schedule:
@@ -22,4 +29,11 @@
   - dependency-name: '*'
     update-types: [version-update:semver-major]
   schedule:
     interval: daily
+  groups:
+    patch:
+      applies-to: version-updates
+      patterns:
+        - "*"
+      update-types:
+        - "patch"

@hutchic hutchic merged commit bab898d into main May 8, 2024
6 checks passed
@hutchic hutchic deleted the chore/dependabot-group branch May 8, 2024 20:52
Copy link

github-actions bot commented May 8, 2024

🎉 This PR is included in version 1.1.124 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant