Skip to content

Commit c8af8f5

Browse files
committed
add dependabot
1 parent 5e5832a commit c8af8f5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
9+
# Maintain dependencies for npm
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# faucet-pipeline-images
22
[![npm](https://img.shields.io/npm/v/faucet-pipeline-images.svg)](https://www.npmjs.com/package/faucet-pipeline-images)
33

4-
You can find the documentation [here](https://www.faucet-pipeline.org/images.html).
4+
You can find the documentation [here](https://www.faucet-pipeline.org/images).
55

66
## License
77

0 commit comments

Comments
 (0)