Ajout de la configuration pour renovate #14
16
renovate.json
Normal file
16
renovate.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"updateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,7 +1,4 @@
|
|||||||
using System.Reflection;
|
|
||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using AutoMapper.Internal;
|
|
||||||
using LittleTown.Core.Exceptions;
|
|
||||||
using LittleTown.StaticDataAcces;
|
using LittleTown.StaticDataAcces;
|
||||||
|
|
||||||
namespace LittleTown.Core.Tests;
|
namespace LittleTown.Core.Tests;
|
||||||
|
|||||||
@@ -166,6 +166,7 @@ public class Match
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
/// <summary> Changer le joueur en cours pour passer au suivant </summary>
|
||||||
public void NextPlayer()
|
public void NextPlayer()
|
||||||
{
|
{
|
||||||
_currentPlayerIndex++;
|
_currentPlayerIndex++;
|
||||||
|
|||||||
Reference in New Issue
Block a user