splits: - prefix: "src/Component/Core" target: "https://${GH_TOKEN}@github.com/web-token/jwt-core.git" - prefix: "src/Component/Checker" target: "https://${GH_TOKEN}@github.com/web-token/jwt-checker.git" - prefix: "src/Component/Signature" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature.git" - prefix: "src/Component/Encryption" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption.git" - prefix: "src/Component/KeyManagement" target: "https://${GH_TOKEN}@github.com/web-token/jwt-key-mgmt.git" - prefix: "src/Component/Console" target: "https://${GH_TOKEN}@github.com/web-token/jwt-console.git" - prefix: "src/Component/NestedToken" target: "https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git" - prefix: "src/Bundle/JoseFramework" target: "https://${GH_TOKEN}@github.com/web-token/jwt-bundle.git" - prefix: "src/EncryptionAlgorithm/ContentEncryption/AESCBC" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git" - prefix: "src/EncryptionAlgorithm/ContentEncryption/AESGCM" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcm.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/AESGCMKW" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/AESKW" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aeskw.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/Direct" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-dir.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/ECDHES" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-ecdh-es.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/PBES2" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-pbes2.git" - prefix: "src/EncryptionAlgorithm/KeyEncryption/RSA" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-rsa.git" - prefix: "src/SignatureAlgorithm/ECDSA" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-ecdsa.git" - prefix: "src/SignatureAlgorithm/EdDSA" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-eddsa.git" - prefix: "src/SignatureAlgorithm/None" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-none.git" - prefix: "src/SignatureAlgorithm/HMAC" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-hmac.git" - prefix: "src/SignatureAlgorithm/RSA" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-rsa.git" - prefix: "src/SignatureAlgorithm/Experimental" target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git" - prefix: "src/EncryptionAlgorithm/Experimental" target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git" - prefix: "src/Ecc" target: "https://${GH_TOKEN}@github.com/web-token/jwt-util-ecc.git" - prefix: "packs/encryption" target: "https://${GH_TOKEN}@github.com/web-token/encryption-pack.git" - prefix: "packs/signature" target: "https://${GH_TOKEN}@github.com/web-token/signature-pack.git" origins: - ^\d+\.\d+\.x$ - ^\d+\.\d+\.\d+$