diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3f546c7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + ci: + patterns: ["*"] + - package-ecosystem: cargo + directory: "/" + schedule: + interval: weekly + groups: + rust: + patterns: ["*"] diff --git a/xsf b/xsf index 7741b44..f8218da 160000 --- a/xsf +++ b/xsf @@ -1 +1 @@ -Subproject commit 7741b449a07f184c7c3a7e0dfdbf95918a67efa7 +Subproject commit f8218dab76a84b4a3fec35db4b6de0f9903438c8