@@ -0,0 +1,24 @@
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ day: "monday"
+ time: "06:00"
+ timezone: "UTC"
+ groups:
+ all: # one PR for all dependencies
+ patterns:
+ - "*"
+
+ - package-ecosystem: "github-actions"
+ directory: "/" # even for `.github/workflows`
+ interval: "monthly"
+ all: # one PR for all actions
+ labels:
+ - "misc:ci"