We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfad98c commit 3d4bf64Copy full SHA for 3d4bf64
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ day: "tuesday"
8
+ target-branch: "main"
9
+ ignore:
10
+ # ignore all patch updates since we are using ~=
11
+ # this does not work for security updates
12
+ - dependency-name: "*"
13
+ update-types: ["version-update:semver-patch"]
.github/workflows/deploy_and_update_submodules.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
with:
21
submodules: recursive # Recursively checkout submodules
22
0 commit comments