diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29af34da..c1337af0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,16 @@ updates: - berviantoleo assignees: - berviantoleo +- package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + day: saturday + time: "08:00" + timezone: Asia/Jakarta + open-pull-requests-limit: 100 + reviewers: + - berviantoleo + assignees: + - berviantoleo + diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c72ad41..8cfa74f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read diff --git a/.github/workflows/spms-dotnet.yml b/.github/workflows/spms-dotnet.yml index a3839219..8e22d38a 100644 --- a/.github/workflows/spms-dotnet.yml +++ b/.github/workflows/spms-dotnet.yml @@ -10,10 +10,10 @@ env: IMAGE_NAME: spms jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: mongodb: - image: mongo + image: mongo:8 ports: - 27017:27017 steps: @@ -53,7 +53,7 @@ jobs: run: dotnet publish SimplePasswordManagerService --os linux --arch x64 /t:PublishContainer -c Release docker-push-api: needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event_name == 'push' steps: - uses: actions/checkout@v4 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a89d8411..80adc733 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ variables: - group: 'AWS' pool: - vmImage: ubuntu-22.04 + vmImage: ubuntu-24.04 parameters: - name: awsCredentials