Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
db8af7e1b6 | |||
a49f32762b |
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## [0.1.8]
|
||||
### 🧰 Tasks
|
||||
- [a49f327](https://w9r.dev/pom/dependencies/commits/a49f327) **deps**: add renovate.json
|
||||
|
||||
## [0.1.7]
|
||||
### 🧰 Tasks
|
||||
- [0451a7a](https://w9r.dev/pom/dependencies/commits/0451a7a) update setup action
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>dev.w9r.pom</groupId>
|
||||
<artifactId>dependencies</artifactId>
|
||||
<version>0.1.7</version>
|
||||
<version>0.1.8</version>
|
||||
|
||||
<name>Common Dependency Project Object Model for Maven Builds</name>
|
||||
<description>Common dependencies and management of their versions</description>
|
||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>w9r.dev/renovate-config"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue