Compare commits

...

23 Commits

Author SHA1 Message Date
Haylee Schäfer
87506796e1 Sync renovate.json 2020-02-23 18:54:50 +01:00
Haylee Schäfer
c7a0ae1e03 Sync stale.yml 2020-02-23 18:54:49 +01:00
Haylee Schäfer
06036fd53b Sync FUNDING.yml 2020-02-23 18:54:48 +01:00
Haylee Schäfer
1cae401072 Sync renovate.json 2020-02-23 17:55:30 +01:00
Haylee Schäfer
2cd9c378ab Sync stale.yml 2020-02-23 17:55:28 +01:00
Haylee Schäfer
fa1b7a0e84 Sync FUNDING.yml 2020-02-23 17:55:27 +01:00
file-sync
695f7ffea1 Sync renovate.json 2020-02-23 17:49:19 +01:00
file-sync
931e4fecb5 Sync stale.yml 2020-02-23 17:49:17 +01:00
file-sync
603d10042b Sync FUNDING.yml 2020-02-23 17:49:15 +01:00
InventiveBot
aa7dbdf69b Create new branch for version 20w06a 2020-02-08 11:06:35 +00:00
InventiveBot
463b30cea6 Create new branch for version 1.15.2 2020-01-24 10:50:26 +00:00
InventiveBot
680741d97c Create new branch for version 1.15.1 2019-12-21 13:26:06 +00:00
InventiveBot
93e502f1a7 Create new branch for version 1.15.1-pre1 2019-12-14 22:30:29 +00:00
InventiveBot
006b2fff62 Create new branch for version 1.15 2019-12-14 22:28:48 +00:00
InventiveBot
27ccae322b Create new branch for version 19w39a 2019-09-29 18:55:06 +00:00
InventiveBot
ed92fe8fb5 Create new branch for version 19w38a 2019-09-18 12:59:09 +00:00
InventiveBot
3941443515 Create new branch for version 19w37a 2019-09-14 12:34:16 +00:00
InventiveBot
8742080b63 Create new branch for version 19w36a 2019-09-05 09:57:09 +00:00
InventiveBot
5f3ebec498 Create new branch for version 19w35a 2019-09-01 13:57:44 +00:00
InventiveBot
89df2d9aba Create new branch for version 1.14.4 2019-08-14 15:44:22 +00:00
InventiveBot
fa4d39710d Create new branch for version 1.14.4-pre7 2019-07-18 15:05:44 +00:00
InventiveBot
8c1f90d4af Create new branch for version 1.14.3 2019-07-18 15:01:39 +00:00
InventiveBot
5295e5c2ba Create new branch for version 1.14 2019-04-23 18:20:37 +00:00
3 changed files with 16 additions and 0 deletions

3
.github\FUNDING.yml Normal file
View File

@@ -0,0 +1,3 @@
github: InventivetalentDev
patreon: inventivetalent
custom: ["https://www.paypal.me/inventivetalent", "https://donation.inventivetalent.org"]

0
.github\stale.yml Normal file
View File

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"maven": {
"enabled": true
},
"ignoreUnstable": false,
"hostRules": [{
"hostType": "maven",
"endpoint": "https://repo.inventivetalent.org/content/groups/public/"
}]
}