diff --git a/provisioner-rules.yaml b/provisioner-rules.yaml
deleted file mode 100644
index c1fdb6eba67b8282617241e6667bb2d3262c65fa..0000000000000000000000000000000000000000
--- a/provisioner-rules.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-# This rule checks the memberlist of a room to determine if it will let
-# the bridge create a link to the room. This is useful for avoiding conflicts
-# with other bridges.
-userIds:
-    # Anyone in this set will be ALWAYS exempt from the conflicts rule.
-    # Here anyone who's localpart starts with nice is exempt.
-    exempt:
-        - "@nice+.:example.com"
-        - "@mr.e:localhost"
-    # This is a regex that will exclude anyone who has "guy" at the end of their localpart.
-    # evilbloke is also exempt.
-    conflict:
-        - "@+.guy:example.com"
-        - "@evilbloke:example.com"
-        - "@mr.*:localhost"