Skip to content

Commit 8574c8f

Browse files
committed
Update README.md
1 parent bbf24bb commit 8574c8f

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
# Ensure GitHub Actions are used in their latest version
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
9+
# Strategy for composer dependencies
10+
- package-ecosystem: "composer"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
allow:
15+
- dependency-type: "direct"
16+
open-pull-requests-limit: 100
17+
versioning-strategy: "increase"
18+
groups:
19+
dev-dependencies:
20+
dependency-type: "development"

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# Plugin Tasklists for GLPI
1+
## Tasklists plugin for GLPI
2+
3+
[![License](https://img.shields.io/badge/License-GNU%20v2-blue.svg?style=flat-square)](https://github.com/infotelGLPI/tasklists/blob/master/LICENSE)
4+
[![Web](https://img.shields.io/badge/Web-Infotel-blue.svg?style=flat-square)](https://blogglpi.infotel.com)
5+
[![Translate](https://img.shields.io/badge/Translate-Transifex-cyan)](https://explore.transifex.com/infotelGLPI/GLPI_tasklists/)
26

3-
![Plugin tasklists](https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/screenshots/kanban.png "Plugin tasklists")
47

5-
This plugin is on Transifex - Help us to translate :
6-
https://www.transifex.com/infotelGLPI/GLPI_tasklists/
8+
![Plugin tasklists](https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/screenshots/kanban.png "Plugin tasklists")
79

810
See wiki for use it ? https://github.com/InfotelGLPI/tasklists/wiki
911

0 commit comments

Comments
 (0)