diff --git a/.gitattributes b/.gitattributes
index 2dcc8e1..b10f1a7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,4 +9,5 @@
/phpstan-baseline.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
+/renovate.json export-ignore
/tests export-ignore
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 31e2340..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: composer
- directory: "/"
- schedule:
- interval: daily
- time: "04:00"
- versioning-strategy: increase-if-necessary
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 2c21243..01c9e34 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -6,6 +6,8 @@
+
+
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..12a33f9
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "github>simPod/renovatebot-presets:php-lib"
+ ]
+}