Skip to content

Conversation

@Decodetalkers
Copy link

No description provided.

@Decodetalkers Decodetalkers changed the title feat: bump uris , bitflags to the newest feat: bump uris , bitflags to the newest and to 2024 Apr 14, 2025
@reneleonhardt
Copy link

Great work, thank you! 🚀

@Marwes when can this be reviewed and merged?

@reneleonhardt
Copy link

@Decodetalkers Maybe you want to add this:

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
--- /dev/null	(revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
+++ b/.github/dependabot.yaml	(revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
@@ -0,0 +1,17 @@
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: cargo
+    directory: /
+    schedule:
+      interval: weekly
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: weekly
+    # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
+    groups:
+      actions:
+        # Combine all images of last week
+        patterns: ["*"]
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
--- a/.github/workflows/rust.yml	(revision 4d9a9d8dcb83cd6b5302e84228d67b6256c85798)
+++ b/.github/workflows/rust.yml	(revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
@@ -23,7 +23,7 @@
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
 
     - uses: actions-rs/toolchain@v1
       with:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants