1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Jauder Ho
0d967a5181
Merge 4011923433 into f9e4cb1a7f 2024-07-07 20:47:11 -07:00
Jauder Ho
4011923433
Update dependabot.yml
Point to the right location for the Dockerfile
2023-07-28 10:11:52 -07:00
Jauder Ho
e391c4c2c2
Update dependabot.yml
Fix indentation
2023-07-28 10:06:40 -07:00
Jauder Ho
35208b2db6
Merge branch 'rui314:main' into patch-1 2023-07-28 10:05:41 -07:00
Jauder Ho
7606f36e26
Create dependabot.yml 2022-10-13 12:19:15 -07:00

17
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/common" # Location of package manifests
schedule:
interval: "daily"